[issue20602] sys.flags and sys.float_info disappear at shutdown

STINNER Victor report at bugs.python.org
Mon Mar 9 10:31:24 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue20602>
_______________________________________


More information about the Python-bugs-list mailing list