[issue39984] Move pending calls from _PyRuntime to PyInterpreterState

STINNER Victor report at bugs.python.org
Fri Mar 27 13:23:19 EDT 2020


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

> Awesome!  Thanks for doing this, Victor.  I'll take a look when I can and adjust the changes for bpo-33608.  If you'll recall, I made a similar change as part of the solution for that issue, which we later reverted due to problems we discovered with daemon threads during runtime finalization.

I recall the revert dance, yeah. It took one year to fix the daemon threads and related issues! So far, buildbots look happy. I also ran many manual tests which makes me confident that the code is now reliable even with all recent changes done for isolating thread states.

----------

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


More information about the Python-bugs-list mailing list