Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

Get Python's LIB path

Cannot start dbg on my python C extension

python gdb python-c-api pyenv

Embedding CPython: how do you constuct Python callables to wrap C callback pointers?

python c cpython python-c-api

When writing a python extension in C, how does one pass a python function in to a C function?

python c python-c-api

Checking A PyObjects C Type

python c++ python-c-api

Does the Python 3 interpreter leak memory when embedded?

How to use Py_AddPendingCall

How to declare a python c-extension method as a classmethod?

python python-c-api

Python Function Capsules

python import path for sub modules if put in namespace package

Including and distributing third party libraries with a Python C extension

Python C API: PyEval_CallFunction?

python c python-c-api

Import and use standard Python module from inside Python C extension

C++ Python import class; call methods

c++ python python-c-api

Can I use C++ features while extending Python?

How to import a file by its full path using C api?

python python-c-api

Is there a NumPy C API function which will reset the layout flags?

Can switching in-and-out PyFrameObjects be a good implementation of continuations?

Embedding python + numpy code into C++ dll callback