Search code examples
makecython++ causes fatal error: Python.h: No such file or directory despite python3-dev installed...

pythonubuntucythonpython-c-apipython-c-extension

Read More
What does error_already_set in Boost.python do and how to handle exceptions similarly in Python C AP...

pythonc++exceptionboost-pythonpython-c-api

Read More
when I build a PyObject with C API of Python3, its ob_type is NULL...

pythonpython-3.xc++11python-c-api

Read More
Extending Python with C: Convert PyStringObject to PyIntObject...

pythonpython-2.7python-c-apipython-c-extension

Read More
PyUnicode_FromFormat with (not-unicode) strings...

pythoncpython-2.7python-c-api

Read More
Python C API: how to get string representation of exception?...

pythonexceptionpython-c-api

Read More
Python C API How to pass array of structs from C to Python...

pythoncpython-c-api

Read More
What is the free list (that PyDict_ClearFreeList refers to)?...

pythondictionarypython-c-apipython-internals

Read More
Checking A PyObjects C Type...

pythonc++python-c-api

Read More
Python C API, How to call base type method from subtype?...

overridingpython-c-apisubtype

Read More
Is the PyObject* returned by PyModule_Create 'borrowed' or 'acquired'?...

cpython-3.xpython-c-apireference-counting

Read More
How to extend a Python list with an array of PyObjects...

pythonperformancepython-c-api

Read More
How to check if a PyObject is a String or Unicode for a Python C Extension...

pythonpython-c-apipython-c-extension

Read More
"AttributeError: 'module' object has no attribute 'argv'" when using Pytho...

pythonc++python-c-apipython-embedding

Read More
Shall strings pointed by paramaters to PySys_SetArgvEx() be kept in memory until Py_Finalize()?...

pythoncpython-c-apicpythonpython-embedding

Read More
Avoid garbage collection of C written Python library...

pythoncpython-c-api

Read More
How to use PyDict_SetDefault with regard to the refence count of default...

pythondictionarypython-c-api

Read More
Python C API Boolean Objects...

pythonc++python-c-apipython-c-extension

Read More
Specifying Python function signature in C/API...

pythonpython-c-api

Read More
Numpy CAPI PyArray_New Visual Studio Warning C4055...

pythoncvisual-studionumpypython-c-api

Read More
Where can I find an instancemethod in the Python 3 standard library?...

pythonpython-3.xpython-3.5python-c-api

Read More
Segmentation fault in python3 (C)...

pythoncpython-3.xpython-c-api

Read More
"No module named '_<module>'" when importing a SWIG module with embedded Pyt...

pythonc++swigpython-c-api

Read More
Defining a Python class in both Python and C...

pythonpython-3.5python-c-apipython-c-extension

Read More
Accessing the c pointer to structure in python...

pythonembeddingpython-c-apicpythonc-api

Read More
What can you do with a PyDictValues_Type?...

pythonpython-2.7python-3.4python-c-api

Read More
PyObject_CallObject failing on bytearray method...

pythonc++python-c-api

Read More
Difference iterating with tp_iternext or PyIter_Next...

pythonpython-c-api

Read More
Python C API and C++ functions...

c++pythonpython-3.xpython-c-api

Read More
How can I reference #defines in a C file from python?...

python-c-apipython-c-extension

Read More
BackNext