[issue36469] Stuck during interpreter exit, attempting to take the GIL

Eric Snow report at bugs.python.org
Fri Mar 29 16:48:18 EDT 2019


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

@Remy, aside from the recommendations I've made, I'm not sure what else we can do to help.  Before we close the issue, I'd really like to ensure that one of those threads is holding the GIL still.  It would definitely be a problem if a thread exited while still holding the GIL.  The only way I can think of is to trace through the code. [1]


[1] https://github.com/python/cpython/tree/v3.5.3

----------

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


More information about the Python-bugs-list mailing list