Search code examples
Where does Python gets its traceback information from?...

pythoncdebuggingpython-c-api

Read More
Python calling C: how could C send Python's line number it has been called from?...

pythoncpython-c-api

Read More
Raise exception and halt execution in Python C API code...

pythonfortranscipypython-c-api

Read More
Python C API doesn't load module...

pythoncpython-c-apipython-embedding

Read More
python c api not able to import any module into the newly created module...

pythoncpython-modulepython-c-apipython-c-extension

Read More
Embedding Python into C - importing modules...

pythoncpython-c-apipython-embedding

Read More
Passing python method's reference to C as callback...

pythonpython-c-api

Read More
C++ Python import class; call methods...

c++pythonpython-c-api

Read More
How should __nonzero__ be implemented using the Python C-API?...

pythonpython-c-api

Read More
How to return a tuple containing a None value from the C API?...

pythonpython-c-api

Read More
Use C++-Iterators on Python-List with the Python/C API?...

c++pythoniteratorpython-c-apistl-algorithm

Read More
PyObject segfault on function call...

c++python-2.7tkinterpython-c-api

Read More
Can't get the function from python module when call at the second time...

pythonpython-c-api

Read More
Purpose and usage of PyModule_New...

pythoncpython-modulepython-c-apicpython

Read More
Loop Over Python Dictionary (using C API) Twice?...

python-c-api

Read More
Python calling DLL calling Python, "WindowsError: exception: access violation reading 0x0000000...

c++pythonctypesembeddingpython-c-api

Read More
Can I create a PyObject* (numpy.float32)...

pythoncnumpycythonpython-c-api

Read More
When are the C tp_as_mapping (et al.) methods invoked?...

pythonpython-c-apipython-extensions

Read More
embedding python error on initialization...

pythoncpython-c-apipython-c-extensionpython-embedding

Read More
No module named ctypes using Python/C API...

pythoncctypespython-c-api

Read More
How to pass an array from C to an embedded python script...

pythonembeddingpython-c-api

Read More
Evaluating Python Code From the CAPI and getting Output...

pythonpython-c-api

Read More
Python-C API: Trouble packing C strings into a tuple...

pythoncpython-c-api

Read More
Python C API, High reference count for new Object...

pythonautomatic-ref-countingpython-c-api

Read More
How to redirect stderr in Python? Via Python C API?...

pythoncstdoutpython-c-apiio-redirection

Read More
Create a Python type from C that implements a __dict__?...

pythonctypespython-3.xpython-c-api

Read More
Implementing numeric methods always return NotImplemented...

pythonpython-c-api

Read More
How to use Py_AddPendingCall...

pythoncpython-3.xpython-c-apicpython

Read More
C Python: Running Python code within a context...

pythoncpython-3.xpython-c-apicpython

Read More
How to redirect python interpreter output and catch it in a string in C++ program?...

c++pythonhttp-redirectpython-c-apipython-embedding

Read More
BackNext