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 steve.dower
Recipients christian.heimes, eric.snow, gousaiyang, steve.dower
Date 2021-04-21.21:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619041839.34.0.397147148294.issue43472@roundup.psfhosted.org>
In-reply-to
Content
I'll need Eric to confirm, but I think the best thing to do here is to not release the thread state in _xxsubinterpreters.interp_create, but let _Py_NewInterpreter() do it. That way the existing event will be raised in interpreter-level hooks, rather than only the process-wide hook.

PR incoming.
History
Date User Action Args
2021-04-21 21:50:39steve.dowersetrecipients: + steve.dower, christian.heimes, eric.snow, gousaiyang
2021-04-21 21:50:39steve.dowersetmessageid: <1619041839.34.0.397147148294.issue43472@roundup.psfhosted.org>
2021-04-21 21:50:39steve.dowerlinkissue43472 messages
2021-04-21 21:50:39steve.dowercreate