Py_INCREF() incomprehension

Stefan Behnel stefan_ml at behnel.de
Mon May 2 03:07:31 EDT 2011


Hegedüs, Ervin, 02.05.2011 08:41:
> Thomas,
>> I guess this is the point where yo should start printf programing.
>
> oh', already done :)

FWIW, Cython 0.14+ has special support for gdb now, so, in addition to 
print and printf debugging, you can also use gdb to explore the state of 
your application, be it at the Python, Cython or C level.

http://docs.cython.org/src/userguide/debugging.html

Stefan




More information about the Python-list mailing list