Search code examples
How to permit None or a specific type as an argument to a Python C Extension function?...


pythonpython-2.7python-c-api

Read More
Packaged Python C Extension is missing PyInit_module() in so File...


pythonctypessetuptoolspython-c-api

Read More
Access application data when extending embedded Python...


python-c-apipython-embedding

Read More
Correct cyclic garbage collection in extension modules...


pythoncgarbage-collectionpython-c-apipython-extensions

Read More
Memory Leak Passing Numpy to C on Linux...


pythoncmemory-leakspython-c-api

Read More
Python C API: How to check if an object is an instance of a type...


pythonc++python-c-api

Read More
Cpython Extension forcing Memory Leak...


pythonccpythonpython-c-api

Read More
How to solve Python-C-API error "This is an issue with the package mentioned above, not pip.&qu...


pythoncpython-3.xcpythonpython-c-api

Read More
Python CExtension gives ModuleNotFoundError...


pythondistutilspython-c-apicextension

Read More
A memory leak in a simple Python C-extension...


pythoncpython-c-api

Read More
Python C API - Is it thread safe?...


cmultithreadingpython-2.7python-c-apicpython

Read More
Python C api PyImport_importmodule fail when the file has an import statement...


pythonc++python-importpython-c-api

Read More
How to create a Python C extension module proposing multiple sub-modules?...


python-c-api

Read More
Raising exception in init causes SystemError: returned a result with an error set in Python C API...


pythonerror-handlingpytestcpythonpython-c-api

Read More
Weird error of Python C Extension using Pthreads that RARELY happens...


cmultithreadingsegmentation-faultpthreadspython-c-api

Read More
Python C API sys.getsizeof()...


pythoncpython-c-api

Read More
PyObject_CallObject crashed when called out of main function scope...


pythoncpython-3.xpython-c-api

Read More
Why is Py_None reference count so high?...


python-3.xmemory-managementpython-c-api

Read More
Python C API, send a python function pointer to c and execute it...


pythoncpython-c-api

Read More
Python C++ API make member private...


pythonc++python-c-api

Read More
How can I get a custom python type and avoid importing a python module every time a C function is ca...


python-importpython-modulepython-c-api

Read More
How do I pass a variable through Python using C++ in Python.h...


c++python-c-api

Read More
How to construct a Python object that has an underlying non-contiguous buffer (as obtained by `PyObj...


pythonpython-c-api

Read More
Failed to load c-extensions in a shiv package...


pythonpython-c-api

Read More
What is the corresponding C-api name of the following numpy function in Python...


pythonarrayscnumpypython-c-api

Read More
How to convert a python 2 C extension module to python 3...


python-c-api

Read More
In the Python C API, if the second argument is not set how can I default to the value of the first?...


pythonccpythonpython-c-api

Read More
Exception: access violation reading when calling a C function from Python...


pythonctypespython-c-api

Read More
PyUnicode_FromStringAndSize: Very terse documentation...


pythonpython-c-api

Read More
PyArg_Parse for multiple returns of python on c++...


pythonc++python-c-api

Read More
BackNext