]> granicus.if.org Git - python/commit
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
authorZackery Spytz <zspytz@gmail.com>
Thu, 30 May 2019 11:08:24 +0000 (05:08 -0600)
committerPetr Viktorin <pviktori@redhat.com>
Thu, 30 May 2019 11:08:24 +0000 (13:08 +0200)
commit249b7d59d8038f9017fc95dc28a3ce3494aaf832
treec7df4d0c071aa6dfda7086c87a6c5ecc176e1bc7
parentc145f3bfbe80d498d40848450d4d33c14e2cf782
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)

There is no need to clear these immutable objects during shutdown.
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2018-07-04-16-57-59.bpo-20602.sDLElw.rst [new file with mode: 0644]
Python/import.c