Search code examples
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
Type alias arguments in cppyy...

pythonc++python-c-apicppyy

Read More
Accessing struct data through a pointer in a Python C extension...

pythoncpython-c-api

Read More
Embedded Python: fatal error in sub-interpreter with C++ multi-thread when cleanup...

pythonmultithreadingpython-c-apipython-embedding

Read More
How to Link an additional c .lib file when making a cython library...

pythoncwinapiclangpython-c-api

Read More
Accessing view of a NumPy array using the C API...

pythonpython-3.xnumpyarmadillopython-c-api

Read More
What is the "correct" way to pass a boolean to a Python C extension?...

pythonpython-c-apipython-c-extension

Read More
How to annotate lines with code when running PyRun_String() in Python C API?...

pythonpython-3.xexceptionstack-tracepython-c-api

Read More
Python C API: What does PyList_Append do on error?...

pythoncpythonpython-c-api

Read More
How to get object ID using C API in Python?...

pythoncpythonpython-c-api

Read More
Can you safely change a Python object's type in a C extension?...

pythonpython-3.xtypescpythonpython-c-api

Read More
How do I use the correct dll files to enable 3rd party C libraries in a Cython C extension?...

pythoncdllcythonpython-c-api

Read More
name of init function of native python module...

pythoncpythonpython-c-api

Read More
PyObject_CallMethod: call static member function from c++...

c++python-3.xpython-c-apipython-embedding

Read More
C extensions - how to redirect printf to a python logger?...

python-3.xloggingstdoutpython-c-apipython-logging

Read More
Cibuildwheel Fails to Compile With Static Libraries...

pythonclinkercontinuous-integrationpython-c-api

Read More
How to call a python function from C++ with pybind11?...

pythonc++python-c-apipybind11

Read More
Calling a python method from C/C++, and extracting its return value...

c++pythoncpython-c-apipython-embedding

Read More
How to Access Current File Path in Python C Extension...

pythoncattributespython-c-api

Read More
Get Current Working Directory With Python C Extension...

pythonpython-c-api

Read More
Class property using Python C-API...

pythonpython-c-api

Read More
BackNext