Search code examples
Python Function Capsules...

pythoncpython-c-apipython-extensions

Read More
How can i declare a Boost.Python C++ Class with PyObjects...

pythonc++boostboost-pythonpython-extensions

Read More
C++ static member initialization in python extension module...

pythonc++swigpython-extensions

Read More
Python Struggling to create an C extension wrapping a 3rd party dll...

cpython-extensions

Read More
Why PyObject_IsInstance always return 0 in my sample code...

pythoncpython-extensionsisinstance

Read More
error: unknown file type '.hpp' in distutils extension module...

c++pythonswigdistutilspython-extensions

Read More
How to copy boost python list or his reference with "=" operator...

c++pythonboost-pythonpython-extensions

Read More
Can I use MinGW compiled Python extensions together with Visual C++ compiled ones?...

pythonwindowscompilationpython-extensions

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

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

Read More
PyInstance_NewRaw() with old and new style classes...

pythonpython-2.7python-extensions

Read More
Python extension debugging...

pythongdbdebug-symbolspython-extensions

Read More
taking input to the .c file using pyqt...

pythoncpython-extensions

Read More
Python/Numpy C++ extension: memory issue...

memory-managementnumpypython-extensions

Read More
manually building a python extension in cygwin with boost.python...

c++buildcygwinboost-pythonpython-extensions

Read More
PyString_FromStringAndSize causes segmentation fault...

c++pythonpython-extensions

Read More
When are the C tp_as_mapping (et al.) methods invoked?...

pythonpython-c-apipython-extensions

Read More
What does Cython do with imports?...

pythonccythonpython-modulepython-extensions

Read More
What is the proper usage of PyArg_ParseTuple...

pythonpython-2.7python-extensionspyobject

Read More
Monkey patching C extension in Python...

pythonpsycopg2monkeypatchingpython-c-extensionpython-extensions

Read More
Extending a virtual C++ class exposed via Boost.Python...

c++pythonboost-pythonpython-extensions

Read More
How to build a Python C Extension so I can import it from a module...

pythondistutilspython-extensions

Read More
Method without return value in python c extension module...

pythoncpython-c-apiparallel-portpython-extensions

Read More
.so module doesnt import in python: dynamic module does not define init function...

c++pythoncpython-c-apipython-extensions

Read More
Integrating C and Python: ValueError: module functions cannot set METH_CLASS or METH_STATIC...

pythoncpython-c-apipython-extensions

Read More
Import and use standard Python module from inside Python C extension...

pythoncpython-c-apipython-extensions

Read More
Using multiple modules/types with Python C API?...

pythoncbindingpython-c-apipython-extensions

Read More
Freeing a python list from C extension code...

pythonclistfreepython-extensions

Read More
How to convert PyFrameObject to PyObject...

pythonccythonpython-extensionspython-embedding

Read More
Can I use ctypes to call back C function from python embedded in C?...

pythonpython-2.7ctypespython-extensions

Read More
Adding output file to Python extension...

pythonpipsetuptoolsdistutilspython-extensions

Read More
BackNext