New submission from STINNER Victor <vstin...@redhat.com>:

_PyRuntime.warnings is not cleared at Python exit: 3 objects are kept alive 
even after Py_Finalize().

See bpo-36356 which cleared some other variables.

PR 12453 "bpo-36356: Destroy the GIL at exit" is still open.

----------
components: Interpreter Core
messages: 340859
nosy: eric.snow, vstinner
priority: normal
severity: normal
status: open
title: Clear _PyRuntime at exit
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to