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 sbt
Recipients docs@python, pitrou, r.david.murray, sbt
Date 2014-01-08.23:56:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389225392.01.0.35241223466.issue20153@psf.upfronthosting.co.za>
In-reply-to
Content
The following from the docs is wrong:

> ... module globals are no longer forced to None during interpreter 
> shutdown.

Actually, in 3.4 module globals *sometimes* get forced to None during interpreter shutdown, so the version the __del__ method can still raise an exception.
History
Date User Action Args
2014-01-08 23:56:32sbtsetrecipients: + sbt, pitrou, r.david.murray, docs@python
2014-01-08 23:56:32sbtsetmessageid: <1389225392.01.0.35241223466.issue20153@psf.upfronthosting.co.za>
2014-01-08 23:56:31sbtlinkissue20153 messages
2014-01-08 23:56:31sbtcreate