This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients christian.heimes, eli.bendersky, ronaldoussoren
Date 2013-07-17.13:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374067824.31.0.0813239632626.issue18480@psf.upfronthosting.co.za>
In-reply-to
Content
It was a pretty easy catch, the _elementtree caused a crash while I was working on an implementation for PEP 447.  The missing call to PyType_Ready helped to make that implementation more robust :-)

I'm not entirely convinced that adding forward declarations for the type is really useful, but have added a patch that moves the forward declarations to the start of the file and adds one for the iter type.
History
Date User Action Args
2013-07-17 13:30:24ronaldoussorensetrecipients: + ronaldoussoren, christian.heimes, eli.bendersky
2013-07-17 13:30:24ronaldoussorensetmessageid: <1374067824.31.0.0813239632626.issue18480@psf.upfronthosting.co.za>
2013-07-17 13:30:24ronaldoussorenlinkissue18480 messages
2013-07-17 13:30:24ronaldoussorencreate