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 vstinner
Recipients christian.heimes, pitrou, serhiy.storchaka, vstinner
Date 2015-03-09.09:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425893484.33.0.830211102111.issue20602@psf.upfronthosting.co.za>
In-reply-to
Content
sys_at_exit.py: script to reproduce the issue.

The changeset 9639a73afa47 explicitly added sys.flags and sys.float_info to sys_deletes, list of symbols that must be cleared at exit.

So if I understand correctly the issue, the question is why the change was made. Antoine wants to keep these symbols alive during Python shutdown.
History
Date User Action Args
2015-03-09 09:31:24vstinnersetrecipients: + vstinner, pitrou, christian.heimes, serhiy.storchaka
2015-03-09 09:31:24vstinnersetmessageid: <1425893484.33.0.830211102111.issue20602@psf.upfronthosting.co.za>
2015-03-09 09:31:24vstinnerlinkissue20602 messages
2015-03-09 09:31:24vstinnercreate