Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-extensions

Correct cyclic garbage-collection in extension modules

How to pass --debug to build_ext when invoking setup.py install?

Data corruption: Where's the bug‽

Cython compilation error for free function (Cannot convert Python object argument to type 'FooBar *')

.so module doesnt import in python: dynamic module does not define init function

Definition of PyBufferProcs in Python 2.7 when class implements PEP 3118

How to efficiently build a Python dictionary in C++

What does Cython do with imports?

Can python-C++ extension get a C++ object and call its member function?

How to deal with uint8_t on a Python Extension?

How can I write a C function that takes either an int or a float?

python c python-extensions

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

Define Python class from C

Pointers and "Storing unsafe C derivative of temporary Python reference"

How to specify docstring for __init__ in Python C extension

Py_BuildValue: make tuple with bool?

python python-extensions

Method without return value in python c extension module

Building 64-bit Python extensions with f2py on Windows

Python extension debugging

Compiler can't find Py_InitModule() .. is it deprecated and if so what should I use?

python c python-extensions