Search code examples
Python extension creates invalid pointers when manipulating large lists...

pythonc++python-3.xpython-c-apipython-c-extension

Read More
Check if return value is instance of Py_None...

pythonnumpypython-c-api

Read More
Parsing Python Structure as PyObject...

pythoncpython-c-apipython-embedding

Read More
Strange behaviour when calling python functions from cython c...

pythonc++callbackpython-c-api

Read More
Alternatives of fused type in cython...

pythonnumpyscipycythonpython-c-api

Read More
Only one character returned from PyUnicode_AsWideCharString...

pythonc++python-c-api

Read More
Python GIL and threads...

c++python-3.xpython-c-apigil

Read More
Python interpreter as a c++ class...

c++pythonmultithreadingpython-c-apipython-embedding

Read More
Python C extension - Receiving a dict as argument...

pythoncpython-c-apipython-c-extension

Read More
How to implement breakpoint functionality in a embedding of Python...

pythonpython-c-api

Read More
C++-Python Interop: Marshalling data faster...

pythonc++interoppython-c-api

Read More
Seemingly nonsensical runtime increases when switching from pure C to C with Numpy objects...

cperformancenumpypython-c-api

Read More
Python Callback from SWIG PyObject_Call Segfault...

c++pythonwxpythonswigpython-c-api

Read More
Allocating a dynamic array in a dynamically allocated struct (struct of arrays)...

carraysstructmallocpython-c-api

Read More
Python C API - Reload a module...

pythonc++python-3.xpython-c-api

Read More
In Python C API why is wrapper function static...

pythoncpython-c-api

Read More
Embedding python in C++ : strange segmentation faults...

pythonc++python-c-api

Read More
tp_dealloc not getting hit upon exit...

deallocpython-c-api

Read More
Should {tp_alloc, tp_dealloc} and {tp_new, tp_free} be considered as pairs?...

c++python-c-apipycxx

Read More
C-API: Allocating "PyTypeObject-extension"...

memory-managementpython-c-apipycxx

Read More
How does PyNumber_Float handle an argument that is already a float?...

type-conversionpython-c-api

Read More
How can I assert from Python C code?...

pythoncdistutilspython-c-apipython-c-extension

Read More
Unicode key for Python dictionary in Python C API...

pythonpython-2.7dictionaryunicodepython-c-api

Read More
Create instance of a python class , declared in python, with C API...

pythoncpython-c-api

Read More
How to break a direct reference cycle in CPython...

pythonpython-2.7python-c-apicpythonreference-counting

Read More
How to tidy/fix PyCXX's creation of new-style Python extension-class?...

c++initializationpython-c-apinew-style-classpycxx

Read More
Why does PyCXX handle new-style classes in the way it does?...

c++python-c-apinew-style-classpycxx

Read More
Appropriate syntax for Initialising Python C-API container types (List Dict Tuple Set) in C++...

pythonc++11typespython-c-api

Read More
Do PyObject_GetItem and PyObject_SetItem work on PyType_List and PyType_Dict types?...

pythonlistpython-3.xdictionarypython-c-api

Read More
Unicode-friendly architecture for bridging Python's String and Bytes types to C++...

pythonc++c++11unicodepython-c-api

Read More
BackNext