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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to