Accessing global variables from a python callback of C extension API...
Read MoreCan I develop C extensions for Python 2.7 through 3.1 on Windows *without* installing Visual Studio ...
Read MoreArgument passing in Python module written in C...
Read Moreextending python using C extensions...
Read MoreWhere are the tests for core CPython's C extension modules?...
Read MoreUsing a new type in Python C Extension...
Read MoreCreating a numpy array of custom-class objects with C API...
Read MoreReturn list of new custom-class objects in python C API...
Read MorePython's __radd__ doesn't work for C-defined types...
Read MoreDifference between PyInt_FromLong and Py_BuildValue...
Read Morewhy python c extension lost pointer trace after realloc?...
Read Morepython c api not able to import any module into the newly created module...
Read Morepython c extension, problems with dlopen on mac os...
Read MoreHow do I install libsandbox? I have some problems during installation...
Read MoreWhat's the proper way to clean up static python object references in a CPython extension module?...
Read MoreUsing function factories in pyx/pxd files to generate cython function wrappers for C-library...
Read MorePython C-ext namespace mixed with regular python submodules?...
Read MoreWhat is the proper way to get binary data from python 2.7 into a C module...
Read Moreembedding python error on initialization...
Read MorePython C extension - maintaining state...
Read MoreMonkey patching C extension in Python...
Read Morecalling legacy c functions from python...
Read MoreCan I use C++ features while extending Python?...
Read MoreIs the python C API entirely compatible with C++?...
Read MorePython C API: Switch on PyObject type...
Read MoreHow to convert a PyObject in Python C-extension to a string type?...
Read MoreHow to pass a python list to a C extension function and append some values?...
Read MoreHow to pass a python object to C extension and call its method inside?...
Read More