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 eric.snow
Recipients Roffild, eric.snow, vstinner
Date 2019-06-07.17:29:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559928541.72.0.854829458505.issue37186@roundup.psfhosted.org>
In-reply-to
Content
The situation with subinterpreters and the gilstate API is a known problem (see issues #10915 and #15751).  We plan on fixing that in the near future for 3.9 (and probably for 3.8).  Feel free to chime in on those earlier issues.  Note that the subinterpreter experience is going to be much improved with the 3.9 release.

You also mentioned an issue with PyEval_AcquireThread().  If you don't think this is directly related to the gilstate API (I suspect it is) then please open a new issue for that.
History
Date User Action Args
2019-06-07 17:29:01eric.snowsetrecipients: + eric.snow, vstinner, Roffild
2019-06-07 17:29:01eric.snowsetmessageid: <1559928541.72.0.854829458505.issue37186@roundup.psfhosted.org>
2019-06-07 17:29:01eric.snowlinkissue37186 messages
2019-06-07 17:29:01eric.snowcreate