Search code examples
How to introspect a function defined in a Cython C extension module...


pythoncythonintrospectionpython-c-extension

Read More
In Python how can one tell if a module comes from a C extension?...


pythonpython-c-extensionextension-modules

Read More
Python C Extension - Error in `python3.6': free(): invalid pointer: 0x...


pythoncpython-c-extension

Read More
Embedding Python in C, linking fails with undefined reference to `Py_Initialize'...


pythoncpython-c-extension

Read More
Python extension module with variable number of arguments...


pythoncpython-c-extension

Read More
Difference between PyMODINIT_FUNC and PyModule_Create...


pythonpython-3.xpython-c-extension

Read More
Passing 3-dimensional numpy array to C...


pythoncpointersnumpypython-c-extension

Read More
Python C Extension - Why are methods that use keyword arguments cast to PyCFunction...


pythonpython-c-extension

Read More
Is it normal that running python under valgrind shows many errors with memory?...


pythondebuggingmemory-leaksvalgrindpython-c-extension

Read More
What is the "correct" way to pass a boolean to a Python C extension?...


pythonpython-c-apipython-c-extension

Read More
ctypes.ArgumentError: Don't know how to convert parameter...


pythoncctypespython-c-extension

Read More
Is there any reason to use malloc over PyMem_Malloc?...


pythoncmallocpython-c-extension

Read More
PyEval_InitThreads in Python 3: How/when to call it? (the saga continues ad nauseam)...


pythonpython-3.xpython-c-apipython-3.2python-c-extension

Read More
Python C extension: Use extension PYD or DLL?...


pythonpython-c-extensionpyd

Read More
Is there any benefit to using Py_DECREF instead of Py_XDECREF for Python C Extensions?...


pythonpython-c-apipython-c-extension

Read More
Building c-extended Python package on Windows...


pythoncwindowsbuildingpython-c-extension

Read More
Docstrings in C extensions to Python?...


pythoncpythonpython-c-extension

Read More
How to wrap a C pointer and length in a new-style buffer object in Cython?...


pythonpython-2.7cythonpython-c-extensionmemoryview

Read More
How does PyArg_ParseTupleAndKeywords work?...


pythonpython-c-apipython-c-extension

Read More
How to use Cython typed memoryviews to accept strings from Python?...


pythonpython-2.7cythonpython-c-extensionmemoryview

Read More
How to make a copy of a python module at runtime?...


pythonpython-c-extension

Read More
Should a C extension fail in module init if a PyModule_Add* function fails?...


pythonpython-c-apicpythonpython-internalspython-c-extension

Read More
Python Running out of Memory (Using Suffix Trees)...


pythonmemory-leakspython-c-extensionsuffix-treelarge-data

Read More
How to nest c-api extensions in a Python module and use them in that module?...


pythonsetuptoolspython-c-apipython-c-extension

Read More
Trying to create a new type for python...


pythonpython-c-apicpythonpython-2.5python-c-extension

Read More
How to enable the pyd to call functions in external C++ dll?...


pythonvisual-studiopython-c-apipython-c-extension

Read More
Is it necessary to destuct a c-class in the python-c-api destuction function?...


pythonpython-c-apipython-c-extension

Read More
SIGSEGV in C extension for Python...


linuxpython-3.xpointerssegmentation-faultpython-c-extension

Read More
How to work around missing PyModule_Create2 in AMD64 Win Python35_d.lib?...


pythoncpython-c-apipython-c-extensiondebug-mode

Read More
Using multiples C codes in one extension module Python...


pythoncdistutilspython-c-extension

Read More
BackNext