report progress from C function

John Machin sjmachin at lexicon.net
Wed Nov 1 13:39:12 EST 2006


On 2/11/2006 12:53 AM, Michael S wrote:
> I downloaded Pyrex and ran it through their own
> example. The code looks quite messy, and I even saw a
> few "goto"s. 
> I think I will stick with my own code for now.
> Thanks in any case.

If your own code is doing the right amount of reference counting, error 
handling and clean-up on module exit, it will look messy and have gotos 
as well. The advantage of Pyrex is that you write in a high-level 
language, and it writes the mess.

HTH,
John



More information about the Python-list mailing list