Search code examples
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
fatal error: Python.h: No such file or directory...


pythongccpython-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
Python C extension: method signatures for documentation?...


pythondocumentationpython-c-api

Read More
Why do attributes that are being set by a custom type initializer need to be protected?...


pythoncpythonpython-c-api

Read More
Python C API - ModuleNotFoundError...


pythonc++cubuntupython-c-api

Read More
is it possible to completly flatten a python package, removing directory completly?...


pythonc++python-2.6python-c-api

Read More
How to define constant values of Python types defined in C++ extension with Py_LIMITED_API?...


pythonc++cpython-c-api

Read More
How do I check if a PyObject is a list?...


pythonc++python-c-api

Read More
How to declare a python c-extension method as a classmethod?...


pythonpython-c-api

Read More
Python C API, change python file and call modified method...


c++python-c-api

Read More
BackNext