Search code examples
Identifying Packages Using Python's Stable ABI...

pythonpython-extensions

Read More
Debugging Pybind11 extension with Visual Studio Code (MacOS)...

c++debuggingvisual-studio-codepybind11python-extensions

Read More
Create an object using Python's C API...

pythoncpython-c-apipython-extensionspython-embedding

Read More
How to extend Python and make a C-package?...

pythoncpythonpython-extensionspython-embedding

Read More
PyLongObject memory leak...

pythoncpython-3.xpython-c-apipython-extensions

Read More
Use PyObject_Realloc correctly...

pythoncpython-3.xpython-c-apipython-extensions

Read More
Python Extension for visual studio code not showing error or warning messages...

pythonvisual-studio-codepython-extensions

Read More
safely handle huge numbers in python extension...

pythonpython-3.xpython-extensions

Read More
How to build py3-none-any wheels for a project with an optional C extension?...

pythoncythonsetuptoolspython-wheelpython-extensions

Read More
How to combine own C-extension in own Python Package...

pythonpython-c-apipython-extensions

Read More
Cython compiled C extension: ImportError: dynamic module does not define init function...

pythoncythonpython-extensions

Read More
Why GCC-compiled Python libraries compatible across compiler versions while MSVC ones are not?...

pythongccvisual-c++python-extensions

Read More
Can't load python extension module that exists...

pythonpython-importpython-extensions

Read More
C-extension in Python - pyObject called Py_DECREF ,reference is 0,but memory leak...

pythoncpython-extensions

Read More
Building Python extension fails ("kernel32.lib" cannot be opened | "x64" conflic...

pythonvisual-studiopipcompilationpython-extensions

Read More
Create Python C extension using MacOS 10.15 (Catalina) that is backwards compatible (MacOS10.9+)...

pythonmacospypipython-wheelpython-extensions

Read More
How to access/retrieve member variable of PyObject from within python extension...

pythonpython-extensions

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

pythoncsetuptoolspython-c-apipython-extensions

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

pythonc++python-c-apidequepython-extensions

Read More
Creating .so file using ctypes when opencv is included in C++ code...

pythonc++opencvpython-extensions.so

Read More
copy and deepcopy in Python C API...

pythoncpython-3.xpython-extensions

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
Package C source files along with a Python package...

pythonpython-packagingpython-extensions

Read More
Call `+=` on a PyObject in C++...

pythonc++python-3.xpython-extensions

Read More
How to build a python package with a c extension as a wheel for docker...

pythondockerpython-wheelpython-extensions

Read More
How to find minimum versions of python interpreter and libs using CMake...

pythoncmakepython-extensions

Read More
How to pass --debug to build_ext when invoking setup.py install?...

pythonsetuptoolsdistutilspython-extensions

Read More
Proper way to call a different method from the same C-extension module?...

python-c-apipython-extensions

Read More
Compiling python3 C extensions...

cpython-3.xsetuptoolspython-extensions

Read More
Getting a SIGSEGV when calling python3 extension module function operating a Py_buffer...

pythonbuffercpythonpython-extensions

Read More
BackNext