Search code examples
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) PyRun_StringFlags missing builtin functions?...

pythonpython-c-apipython-embedding

Read More
Why is this 'from-import' failing with PyRun_SimpleString?...

pythoncpython-c-apipython-embedding

Read More
How do I find out why importing failed with PyImportModule?...

pythonpython-c-apipython-embedding

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

pythoncpython-c-apiparallel-portpython-extensions

Read More
Embedded Python 2.7.2 Importing a module from a user-defined directory...

c++pythoncpython-c-apipython-embedding

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
Python C API: Call a Python function with argument(s) passed by reference...

pythoncpython-c-api

Read More
Define a global in a Python module from a C API...

pythoncglobal-variablespython-modulepython-c-api

Read More
Python / C-Api: Add class to module...

pythonclasspython-modulepython-c-apipython-embedding

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

pythoncpython-c-apipython-extensions

Read More
Python C module function argument reference counting...

pythoncpython-modulepython-c-apicpython

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

pythoncbindingpython-c-apipython-extensions

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

pythoncpython-c-apipython-c-extension

Read More
Printing a variable in an embedded Python interpreter...

pythoncinterpreterpython-c-apipython-embedding

Read More
"overloading" doesn't work with stderr...

pythoncpython-c-apipython-embedding

Read More
Python instance method in C...

pythoncpython-c-api

Read More
Tried to embed python in a visual studio 2010 c++ file, exits with code 1...

c++pythonvisual-studio-2010python-c-apipython-embedding

Read More
doubles in embedded python...

pythonpython-c-api

Read More
Python C-Extension segfaults when accessing through tp_getset...

pythoncsegmentation-faultpython-c-api

Read More
Passing arguments to tp_new and tp_init from subtypes in Python C API...

pythonpython-c-api

Read More
Passing python objects as arguments to C/C++ function using ctypes...

pythonctypespython-c-api

Read More
It looks like C code in Python C-API returns ptr to stack variable. What am I missing?...

pythoncpython-c-apipython-c-extension

Read More
Reading many values from numpy C API...

numpypython-c-api

Read More
Are there any Python reference counting/garbage collection gotchas when dealing with C code?...

pythongarbage-collectionschemereference-countingpython-c-api

Read More
Convert Python long integer to C char array...

pythoncpython-c-apipython-c-extension

Read More
How does one produce a specific unicode character with Python's C-API?...

pythonunicodepython-c-api

Read More
C++ Python embedding: Run on machine with no Python?...

pythonembedpython-c-api

Read More
BackNext