STINNER Victor added the comment: 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. ---------- Added file: http://bugs.python.org/file38404/sys_at_exit.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20602> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com