Paul Ganssle <p.gans...@gmail.com> added the comment:

Using a modified version of Python 3.7.0 that prints "Releasing GIL" whenever 
PyGILState_Release, I get this:

Waiting for GIL (0)
Gil acquired! (0)
Waiting for GIL (1)
Gil acquired! (1)
Releasing GIL
Gil released! (0)
Releasing GIL
Gil released! (1)

So whatever is allowing the GIL to be acquired twice is not calling 
PyGILState_Release.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34416>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to