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 pitrou
Recipients christian.heimes, pitrou, serhiy.storchaka, vstinner
Date 2015-03-09.09:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425892855.36.0.967024777296.issue20602@psf.upfronthosting.co.za>
In-reply-to
Content
The behaviour is explained in the subject line and in the linked changeset: for some reason sys.flags and sys.float_info are explicitly wiped during shutdown. But those are simple immutable objects, there is no reason to wipe them.

The expected behaviour is, of course, that those objects keep their proper value during shutdown (e.g. when looked up from destructors).
History
Date User Action Args
2015-03-09 09:20:55pitrousetrecipients: + pitrou, vstinner, christian.heimes, serhiy.storchaka
2015-03-09 09:20:55pitrousetmessageid: <1425892855.36.0.967024777296.issue20602@psf.upfronthosting.co.za>
2015-03-09 09:20:55pitroulinkissue20602 messages
2015-03-09 09:20:55pitroucreate