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 georg.brandl
Recipients georg.brandl, loewis, pitrou
Date 2011-02-19.21:47:49
SpamBayes Score 0.0007033106
Marked as misclassified No
Message-id <1298152072.1.0.383073998036.issue11249@psf.upfronthosting.co.za>
In-reply-to
Content
OK, committed in r88443 (with error handling made more consistent).

BTW, the return from PyType_GenericAlloc isn't NULL-checked, which looks like a potential crasher to me.  Not release-critical though.
History
Date User Action Args
2011-02-19 21:47:52georg.brandlsetrecipients: + georg.brandl, loewis, pitrou
2011-02-19 21:47:52georg.brandlsetmessageid: <1298152072.1.0.383073998036.issue11249@psf.upfronthosting.co.za>
2011-02-19 21:47:49georg.brandllinkissue11249 messages
2011-02-19 21:47:49georg.brandlcreate