Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

How to redirect python interpreter output and catch it in a string in C++ program?

Python C Extension - Any harm in adding Py_BEGIN_ALLOW_THREADS around every pure C call?

Why and where python interned strings when executing `a = 'python'` while the source code does not show that?

python python-c-api cpython

Why doesn't the NumPy-C api warn me about failed allocations?

python c numpy python-c-api

Any way to create a NumPy matrix with C API?

python numpy python-c-api

How to pass a python dictionary to a c function?

A memory leak in a simple Python C-extension

python c python-c-api

Call a Python function from within a C program

python c++ c python-c-api

Python C API: Assigning PyObjects to a dictionary causes memory leak

How to deploy python extensions (shared libraries) with multiple architectures?

python python-c-api

PyEval_CallObject failing in loop occasionally

python c python-c-api

Python C API - Reload a module

Accessing Python slots based object members in C

python python-c-api slots

On the generation of a good JSON string in Python

How to define class methods in Python C API?

python c python-c-api

Have C extension class inherit from Python class

python python-c-api

Is Python C module extension version incompatible?

python cython python-c-api