This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Mark.Shannon, brandtbucher, gvanrossum, jmadden, pablogsal
Date 2021-12-18.00:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639786481.24.0.162432184744.issue46090@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-12-18 00:14:41pablogsalsetrecipients: + pablogsal, gvanrossum, Mark.Shannon, jmadden, brandtbucher
2021-12-18 00:14:41pablogsalsetmessageid: <1639786481.24.0.162432184744.issue46090@roundup.psfhosted.org>
2021-12-18 00:14:41pablogsallinkissue46090 messages
2021-12-18 00:14:41pablogsalcreate