Pablo Galindo Salgado <[email protected]> added the comment: That is weird, but can happen for example if some pthread of some c extensión for example picks up the Gil, causing a new PyThreadState to be created and linked but has not called into Python yet.
Basically, an external native thread that calls PyGILState_Ensure leaves a thread state with these characteristics. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46090> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
