[issue42671] Make the Python finalization more deterministic

STINNER Victor report at bugs.python.org
Thu Dec 17 17:08:08 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

I took some notes on latest changes of the Python finalization order:
https://pythondev.readthedocs.io/finalization.html#reorder-python-finalization

Not directly related, I also took notes on the "weird GC behavior during Python finalization" (such as the issue that I have with my _thread change):
https://pythondev.readthedocs.io/finalization.html#weird-gc-behavior-during-python-finalization

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42671>
_______________________________________


More information about the Python-bugs-list mailing list