[issue40075] _tkinter PythonCmd fails to acquire GIL

E. Paine report at bugs.python.org
Tue Sep 29 12:55:45 EDT 2020


E. Paine <paineelisha at gmail.com> added the comment:

I do think we should close the existing PR (TBH, I completely forgot about this issue). Briefly looking again at the issue, it does indeed look like the GIL hasn't seen the thread before the attempted call to restore the tstate (as Steve said). If its alright with you, Thomas, I will open a new PR with the attached patch so it can be formally reviewed (though you can open the PR if you would prefer).

----------
components:  -Windows

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


More information about the Python-bugs-list mailing list