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 ronaldoussoren
Date 2013-07-17.12:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374065698.77.0.654171815801.issue18480@psf.upfronthosting.co.za>
In-reply-to
Content
The _elementtree extension calls PyType_Ready for most, but not all, types defined in the extension. The attached patch calls PyType_Ready for the ElementIter_Type.
History
Date User Action Args
2013-07-17 12:54:58ronaldoussorensetrecipients: + ronaldoussoren
2013-07-17 12:54:58ronaldoussorensetmessageid: <1374065698.77.0.654171815801.issue18480@psf.upfronthosting.co.za>
2013-07-17 12:54:58ronaldoussorenlinkissue18480 messages
2013-07-17 12:54:58ronaldoussorencreate