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 asvetlov
Recipients asvetlov, gregory.p.smith, jcea, pitrou, serhiy.storchaka
Date 2012-12-18.12:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355832950.96.0.887622449449.issue16650@psf.upfronthosting.co.za>
In-reply-to
Content
As I can see in Py_Finalize finalized for standard exception classes is called after any python code has been finished, so we don't need to protect those exceptions.
History
Date User Action Args
2012-12-18 12:15:51asvetlovsetrecipients: + asvetlov, gregory.p.smith, jcea, pitrou, serhiy.storchaka
2012-12-18 12:15:50asvetlovsetmessageid: <1355832950.96.0.887622449449.issue16650@psf.upfronthosting.co.za>
2012-12-18 12:15:50asvetlovlinkissue16650 messages
2012-12-18 12:15:50asvetlovcreate