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 mark.dickinson
Recipients brett.cannon, mark.dickinson, ncoghlan
Date 2010-05-08.16:50:08
SpamBayes Score 0.0040637115
Marked as misclassified No
Message-id <1273337411.19.0.189734072777.issue8627@psf.upfronthosting.co.za>
In-reply-to
Content
I also have my doubts about the other 'goto error' lines in PyType_Ready, but I haven't figured out how to trigger those gotos in normal code.

Trying to figure out how to clean up properly on error in PyType_Ready is making my head hurt.

As a quick fix, we could simply do a PyErr_Clear() if the PyErr_WarnPy3k returns -1;  this clearly isn't right, but at least it gets rid of the "XXX undetected error".
History
Date User Action Args
2010-05-08 16:50:11mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, ncoghlan
2010-05-08 16:50:11mark.dickinsonsetmessageid: <1273337411.19.0.189734072777.issue8627@psf.upfronthosting.co.za>
2010-05-08 16:50:09mark.dickinsonlinkissue8627 messages
2010-05-08 16:50:08mark.dickinsoncreate