List Question
20 TechQA 2017-10-11T12:12:40.077000Should a C extension fail in module init if a PyModule_Add* function fails?
494 views
Asked by MSeifert
Building c-extended Python package on Windows
251 views
Asked by Floris
C99 in Python module for Windows
144 views
Asked by Krumelur
How to nest c-api extensions in a Python module and use them in that module?
369 views
Asked by user5915738
A package which calls a C function from a subdirectory
146 views
Asked by Marlon
How to introspect a function defined in a Cython C extension module
6.8k views
Asked by Gilly
Trying to create a new type for python
352 views
Asked by cdvv7788
Pickling a C extension
673 views
Asked by hANSIc99
Python Type Extension w/ Numpy Array Reference Count Behavior
588 views
Asked by hsnoop2
Calling scipy from C extension
216 views
Asked by JeremyR
Is it necessary to destuct a c-class in the python-c-api destuction function?
40 views
Asked by cainmagi
How to enable the pyd to call functions in external C++ dll?
1.9k views
Asked by cainmagi
SIGSEGV in C extension for Python
107 views
Asked by m.al
PyArrayObject has no members
1.4k views
Asked by user1023380
Using multiples C codes in one extension module Python
52 views
Asked by MFigueredo
how to resize and subtract numpy arrays in c++
1k views
Asked by Iman
Error in setup file while making C-Extension using SWIG in Python
117 views
Asked by mihirsmi shah
How to compare unbound instancemethod equality in python/C
142 views
Asked by harfel
What's the fastest way to use C/C++ in Python?
490 views
Asked by Dayamre
How to write C code (of a Python module) able to return a Python iterator object?
458 views
Asked by Claudio