Search code examples
Accessing global variables from a python callback of C extension API...


pythoncallbackpython-c-extensionpython-extensions

Read More
Can I develop C extensions for Python 2.7 through 3.1 on Windows *without* installing Visual Studio ...


pythonwindowspython-c-extension

Read More
Argument passing in Python module written in C...


python-c-extension

Read More
extending python using C extensions...


pythoncpython-c-apipython-c-extension

Read More
Where are the tests for core CPython's C extension modules?...


pythoncpythonpython-c-extension

Read More
Compiler can't find Python.h...


pythoncompilationpython-c-extension

Read More
Using a new type in Python C Extension...


python-2.7python-c-extension

Read More
Creating a numpy array of custom-class objects with C API...


pythonnumpypython-c-apipython-c-extension

Read More
Return list of new custom-class objects in python C API...


pythonpointersswigpython-c-apipython-c-extension

Read More
Python's __radd__ doesn't work for C-defined types...


pythonpython-2.7built-inpython-c-extensionpython-extensions

Read More
Difference between PyInt_FromLong and Py_BuildValue...


pythonpython-c-apipython-c-extension

Read More
why python c extension lost pointer trace after realloc?...


pythoncpython-c-extension

Read More
python c api not able to import any module into the newly created module...


pythoncpython-modulepython-c-apipython-c-extension

Read More
python c extension, problems with dlopen on mac os...


pythonlinkerdlopensetup.pypython-c-extension

Read More
How do I install libsandbox? I have some problems during installation...


pythonlinuxsandboxpython-c-extensionpysandbox

Read More
What's the proper way to clean up static python object references in a CPython extension module?...


pythoncpythonpython-c-extension

Read More
Using function factories in pyx/pxd files to generate cython function wrappers for C-library...


pythonnumpycythonpython-c-extension

Read More
Python C-ext namespace mixed with regular python submodules?...


pythonnamespacespython-importpython-c-extension

Read More
What is the proper way to get binary data from python 2.7 into a C module...


pythonpython-2.7python-c-extension

Read More
embedding python error on initialization...


pythoncpython-c-apipython-c-extensionpython-embedding

Read More
Python C Extension and Xcode 4.5...


xcodepython-c-extension

Read More
Python C extension - maintaining state...


pythonpython-c-extension

Read More
Monkey patching C extension in Python...


pythonpsycopg2monkeypatchingpython-c-extensionpython-extensions

Read More
calling legacy c functions from python...


python-c-extension

Read More
Can I use C++ features while extending Python?...


c++pythoncpython-c-apipython-c-extension

Read More
Is the python C API entirely compatible with C++?...


c++pythonpython-c-apipython-c-extension

Read More
Python C API: Switch on PyObject type...


pythoncpython-c-apipython-c-extension

Read More
How to convert a PyObject in Python C-extension to a string type?...


pythonpython-c-extension

Read More
How to pass a python list to a C extension function and append some values?...


pythonpython-c-extension

Read More
How to pass a python object to C extension and call its method inside?...


pythonpython-c-extension

Read More
BackNext