Search code examples
How to create a generator/iterator with the Python C API?...


pythonciteratorgeneratorpython-c-api

Read More
Create instance of a imported python class with C API...


cpython-3.xcpythonpython-c-api

Read More
How to dispose off a partially initialized list in Python C-API?...


error-handlingpython-c-api

Read More
fatal error: Python.h: No such file or directory...


pythongccpython-c-api

Read More
How to make CPython report vectorcall as available only when it will actually help performance?...


pythoncrustpython-c-api

Read More
Python's C-extension with numpy randomly crashes after a few calls (5~10) from python code...


pythoncnumpypython-c-api

Read More
Why does Python implement cyclic GC on types that reference non-container types...


pythongarbage-collectioncircular-dependencypython-c-api

Read More
Create a PyObject with a pointer to a C function...


pythoncpythonpython-c-api

Read More
Python C extension using the Limited API: how to get the value of __debug__?...


python-c-api

Read More
Using PyModule_AddIntConstant() in an extension...


pythoncpython-3.xpython-c-api

Read More
Python multi-thread multi-interpreter C API...


pythonmultithreadingpython-c-apipython-subinterpreters

Read More
Polars complex function via the numba JIT (circumventing the return entity limit of 1)...


numbapython-polarspython-c-api

Read More
What is reference stealing and borrowing?...


pythonpython-c-api

Read More
Segfault in tp_alloc on Python 3.12...


python-c-api

Read More
check if assessing an address will cause a segfault without crashing python...


pythonsegmentation-faultctypespython-c-api

Read More
How to check if an object in Python is a PyCapsule?...


pythonpython-3.xpython-c-api

Read More
Best/Cleanest way to structure error checking on dynamically allocated variables...


pythoncpython-c-api

Read More
Calling a function that execute Python in C++ from Python gives a free() invalid pointer error...


pythonc++python-c-api

Read More
Python setuptools multiple extension modules with shared C source code building in parallel...


pythonsetuptoolspython-c-api

Read More
How to resolve linking error in C Python API...


pythoncpython-c-api

Read More
How can I 'pop' an element from PyListObject?...


pythonpython-3.xlistcpythonpython-c-api

Read More
How to set the Python executable name, now that Py_SetProgramName() is deprecated?...


pythoncpython-c-api

Read More
Executable under GDB invokes different embedded Python...


pythonlinuxgdbpython-c-api

Read More
Python3.12 C-API segfaults with openMP...


openmppython-c-apipython-3.12

Read More
How to implement multi-thread programs using Python C API?...


cmultithreadingpython-c-api

Read More
Python for .NET "unable to find assembly" error...


python.netinteroppython-c-apipython.net

Read More
generalized ufunc on two arrays with one non-matching dimension...


pythoncnumpypython-c-apinumpy-ufunc

Read More
How do I properly use Python's C API and exceptions?...


pythonpython-c-api

Read More
u# format character removed from Python 3.12 C-API, how to account for it?...


pythonpython-c-api

Read More
Debugging a c-extension in python...


cpython-2.7gdbcoredumppython-c-api

Read More
BackNext