[issue36479] Exit threads when interpreter is finalizing rather than runtime.

Nick Coghlan report at bugs.python.org
Wed May 8 11:04:22 EDT 2019


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Another potential issue here is if a thread belonging to another interpreter attempts to access the interpreter being cleaned up.

----------

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


More information about the Python-bugs-list mailing list