Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-extensions

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

Aspect oriented programming (AOP) in Python

What is a PyObject in Python?

python c python-extensions

Running Cython in Windows x64 - fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory

Create an object using Python's C API

Cython compiled C extension: ImportError: dynamic module does not define init function

pylint 1.4 reports E1101(no-member) on all C extensions