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 eltoder
Recipients benjamin.peterson, daniel.urban, eltoder, eric.araujo, nadeem.vawda, pitrou, terry.reedy, thet
Date 2011-04-10.02:28:38
SpamBayes Score 3.2571777e-05
Marked as misclassified No
Message-id <1302402519.35.0.369959954681.issue5996@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the problem by moving the check from object_new to PyType_GenericAlloc. The check is very cheap, so this should not be an issue.
History
Date User Action Args
2011-04-10 02:28:39eltodersetrecipients: + eltoder, terry.reedy, pitrou, nadeem.vawda, benjamin.peterson, eric.araujo, thet, daniel.urban
2011-04-10 02:28:39eltodersetmessageid: <1302402519.35.0.369959954681.issue5996@psf.upfronthosting.co.za>
2011-04-10 02:28:38eltoderlinkissue5996 messages
2011-04-10 02:28:38eltodercreate