Search code examples
Call Python function with *args and **kwargs from C API...


pythonpython-c-api

Read More
How to pass C++ function as callback to Python?...


pythonc++python-3.xcallbackpython-c-api

Read More
Python C Api check if PyObject points to a specific PyCFunction...


pythoncpython-3.xpython-c-api

Read More
How does one use both .tp_getattro / .tp_setattro and .tp_getset in a custom PyTypeObject?...


pythoncpython-3.xgdbpython-c-api

Read More
How to print the object returned by PyRun_String?...


pythoncpython-c-api

Read More
Python C Extension...


ccythonpython-c-api

Read More
Can a native extension support multiple modules?...


pythonpython-modulecpythonpython-c-api

Read More
reading a global variable of python in c...


pythoncpython-c-api

Read More
python import path for sub modules if put in namespace package...


pythonpython-2.7python-modulepython-c-api

Read More
CPython's PyLong_FromLong(0L) never fails?...


pythonerror-handlingpython-c-api

Read More
Why and where python interned strings when executing `a = 'python'` while the source code do...


pythonpython-c-apicpython

Read More
Memory leak problem with PyObject or PyFloat conversion...


pythoncpython-3.xpython-c-api

Read More
Getting undefined reference when trying to build a pybind11 project using gcc...


c++g++python-c-apipybind11

Read More
Including and distributing third party libraries with a Python C extension...


pythoncsetuptoolspython-c-apipython-extensions

Read More
Python embed into C++...


pythonc++python-c-api

Read More
Return string from python to C++...


pythonc++python-c-api

Read More
ImportError: dynamic module does not define init function (initfizzbuzz)...


pythoncpython-c-api

Read More
How do I expose a C variable to Python as a variable?...


pythoncpython-3.xpython-c-api

Read More
Memory leak when embedding python into my application...


pythonc++memory-leakspython-c-apicpython

Read More
How to convert a Python deque to a C++ container?...


pythonc++python-c-apidequepython-extensions

Read More
Binary Tree implemented in C using Python Api converts PyObject into Bytes...


pythoncobjectbinary-treepython-c-api

Read More
Static Variables in Python C API...


pythonpython-c-api

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
How to return a pointer to a C++ object to python using boost if the class of that object is declare...


pythonc++boost-pythonpython-c-apipython-extensions

Read More
Python gives error when importing simple C extension module...


pythonpython-c-api

Read More
Is it possible to assign an C++ pointer to an attribute of a Python object, and retrieve it as a C++...


pythonc++python-modulepython-c-apipyobject

Read More
Python/C++: can import Armadillo (arma::) but not subroutine arma::arma_rng::randn...


pythonc++armadillopython-c-api

Read More
How to download Python.h header file on Mac?...


pythoncpython-c-api

Read More
What is the purpose of Py_DECREF and PY_INCREF?...


pythonpython-c-api

Read More
Have C extension class inherit from Python class...


pythonpython-c-api

Read More
BackNext