Search code examples
Python C extension function that accepts optional integer...

pythoncpython-c-api

Read More
cast void* based on enum value in C++...

c++python-c-api

Read More
Numpy multi-slice using C API?...

pythonnumpynumpy-ndarraypython-c-api

Read More
Python C API: problems with calling python c method in c...

python-c-api

Read More
Use Python C-API to get the current size of value stack...

pythoncpython-c-api

Read More
Configuring Python C extensions for pip...

pythonsetuptoolscpythonpython-c-api

Read More
How to return a Python Enum from C extension?...

pythoncenumspython-c-api

Read More
Extending python with C: trying to swap list elements...

python-c-api

Read More
Proper way to call a different method from the same C-extension module?...

python-c-apipython-extensions

Read More
Convert an iterable object to tuple in python C api...

python-3.xpython-c-api

Read More
Cannot import C++ extension if in the package root directory...

pythonpython-3.xpython-c-api

Read More
Variadic macro wrapper that expands to format string with characters corresponding to number of argu...

cc-preprocessorpython-c-apivariadic-macros

Read More
PyRun_String returns a NoneType object...

pythonc++python-3.xvisual-studio-2019python-c-api

Read More
Deriving from arbitrary Python class with C API and `tp_basicsize` of `object`?...

pythonpython-c-api

Read More
Py_INCREF/DECREF: When...

pythonpython-c-api

Read More
Problem using opencv in a c-extension for python?...

pythonc++opencvpython-c-api

Read More
Does PyDict_SetItem increase the reference count of the key, and if so, where in the code does it ta...

pythonpython-3.xpython-c-api

Read More
PyImport_Import failing when submodules are imported in a python module...

pythonc++python-c-apipython-embedding

Read More
GCOV Version mismatch - expected 700e got 408R...

pythoncgccpython-c-apigcov

Read More
Python C Extension Exposing a Capsule to ctypes in order to use third party C code...

pythonpython-3.xctypespython-c-api

Read More
Python C Extensions adding Attributes to an Exception...

pythonpython-3.xpython-c-api

Read More
Python C Extension Need to Py_INCREF a Borrowed Reference if not returning it to Python Land?...

pythonpython-3.xpython-c-api

Read More
Embedded Python: Multiple Sub-Interpreters not working...

pythonmultithreadingpython-c-apipython-embedding

Read More
Building a Python-C-Extension on Windows with a debug Python installation...

pythonpipsetuptoolscpythonpython-c-api

Read More
python pass to C-API structure with a pointer to another structure as an element...

pythoncpython-3.xctypespython-c-api

Read More
Python C API: Access Violation when trying example module with MSVC...

pythonc++cpython-c-api

Read More
C-Extension: Ref count of generators...

pythonpython-3.xpython-c-apirefcounting

Read More
Can't resize a tuple using ctypes.pythonapi...

pythontuplesctypespython-c-api

Read More
CPython 'overloaded' functions...

pythonc++overloadingcpythonpython-c-api

Read More
Creating a PyMemoryView with a specific format...

python-c-api

Read More
BackNext