Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

Definition of PyBufferProcs in Python 2.7 when class implements PEP 3118

Bind to pgcrypto from python

Pass array of structs from Python to C

c++0x std::shared_ptr vs. boost::shared_ptr

typecasting PyArrayObject data to a C array

python numpy python-c-api

Python: GIL context - switching

Returning objects to Python from C

Self-built extension module slower than built-in c module

Add a signature, with annotations, to extension methods

Passing arguments to tp_new and tp_init from subtypes in Python C API

python python-c-api

PyObject_CallMethod with keyword arguments

Embedding multiple Python sub-interpreters into a C program

python c cpython python-c-api

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

Numpy C-Api example gives a SegFault

python c numpy python-c-api

Create instance of a python class , declared in python, with C API

python c python-c-api

Python interpreter as a c++ class

Python Callback from SWIG PyObject_Call Segfault

Python C API How to pass array of structs from C to Python

python c python-c-api

Python extension - construct and inspect large integers efficiently

Defining a Python enum in a C extension - am I doing this right?