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 vstinner
Recipients barry, vstinner
Date 2020-05-01.09:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588325683.77.0.619586682716.issue40453@roundup.psfhosted.org>
In-reply-to
Content
TODO

* check that spawning a thread is blocked in isolated subinterpreter
* block loading C extensions which don't implement PEP 489 in isolated subinterpreter

(see https://github.com/python/cpython/pull/19820 comments)
History
Date User Action Args
2020-05-01 09:34:43vstinnersetrecipients: + vstinner, barry
2020-05-01 09:34:43vstinnersetmessageid: <1588325683.77.0.619586682716.issue40453@roundup.psfhosted.org>
2020-05-01 09:34:43vstinnerlinkissue40453 messages
2020-05-01 09:34:43vstinnercreate