Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

Method ignored when subclassing a type defined in a C module

Python C API - Is it thread safe?

Python interpreter takes ~12 seconds to start up, all of which is spent in `import pyexpat`

Embedding Python in C/C++

python c++ python-c-api

How to create lambda's from Python/C

python python-c-api

Python GIL and threads

Python C-API access String constants

Returning a tuple of multipe objects in Python C API

PyArg_ParseTuple default argument

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