Python C-API Object Allocation

Stefan Behnel stefan_ml at behnel.de
Tue Feb 24 08:22:25 EST 2009


> On Feb 21, 2009, at 10:01 AM, William Newbery wrote:
>> Ive been learning the C-API lately so I can write python extensions
>> for some of my c++ stuff.

First thing that comes to (my) mind is that you probably do not want to
write code against the bare C-API. Instead, give Cython a try.

http://cython.org

Stefan



More information about the Python-list mailing list