Search code examples
It looks like C code in Python C-API returns ptr to stack variable. What am I missing?...


pythoncpython-c-apipython-c-extension

Read More
How to change the numpy array elements passed to python C-extension?...


pythonnumpypython-c-extension

Read More
How to organize and distribute a Python Application with C extensions?...


pythonpackagingproject-organizationpython-c-extension

Read More
PyList_SetItem vs. PyList_SETITEM...


pythonpython-c-extension

Read More
Convert Python long integer to C char array...


pythoncpython-c-apipython-c-extension

Read More
Python C Extensions - Why must callable C functions take arguments and return PyObject *...


pythoncpython-c-extension

Read More
PyErr_Set* twice...


pythoncexceptionpython-c-extension

Read More
PyArg_ParseTuple default argument...


pythoncpython-c-apipython-c-extension

Read More
Using higher-level Python constructs from C...


pythonccpythonpython-c-apipython-c-extension

Read More
Python C API: Using PyEval_EvalCode...


pythonpython-3.xpython-c-apipython-c-extension

Read More
Wrapping a piece of C++ code into Python...


c++pythonboost-pythonpython-c-apipython-c-extension

Read More
Apparent memory leak when using PyTuple_SetItem...


reference-countingpython-c-apipython-c-extension

Read More
h5py causing deadlock when used together with another HDF5 module...


pythonpthreadshdf5python-c-extensiongil

Read More
How can I set log level used by distutils when using pip?...


pythonloggingpipdistutilspython-c-extension

Read More
Passing a C struct to a Python function...


pythoncpython-c-apipython-c-extension

Read More
convert PyInt to C Int...


pythonintpython-c-apipython-c-extension

Read More
What's the cost of releasing the GIL?...


pythonmultithreadinggilpython-c-extension

Read More
Python C Extension passing arguments by reference...


pythonpython-c-extension

Read More
Diffrence between instance variables and attributes in python?...


pythonccythonpython-c-apipython-c-extension

Read More
Python interface to dynamic binary instrumentaton framework PIN...


pythoninstrumentationpython-c-extensiondynamic-analysis

Read More
Writing a Python C extension: how to correctly load a PyListObject?...


pythonpython-c-extension

Read More
can't import python extension...


pythonwindowspython-c-extension

Read More
Python/C: Parse all values at once for return to Python?...


pythoncpython-c-extension

Read More
Why is this C method segfaulting?...


pythoncsegmentation-faultpython-c-extension

Read More
Python C extension not threadsafe?...


pythonthread-safetycpythonpython-c-extension

Read More
PyArg_ParseTuple and a callback function pointer...


pythonccallbackpython-c-extension

Read More
PyArg_ParseTuple causing segmentation fault...


pythoncargument-passingpython-c-extension

Read More
How to define initialized C-array in the Pyrex?...


pythoncpython-c-extensionpyrex

Read More
How to get the arch string that distutils uses for builds?...


pythondistutilspython-c-extension

Read More
BackNext