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 LewisGaul
Recipients LewisGaul, eric.snow, nanjekyejoannah, ncoghlan
Date 2019-12-13.18:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576261318.87.0.54339551183.issue37776@roundup.psfhosted.org>
In-reply-to
Content
It seems that test_audit_subinterpreter() in _testembed.c was (unintentionally?) doing this already.

After fixing #36225 I found this testcase causes a segfault, but works fine when switching back to the main threadstate before calling Py_Finalize().

So it looks like adding a specific testcase for this is likely to weed out an actual issue here!
History
Date User Action Args
2019-12-13 18:21:58LewisGaulsetrecipients: + LewisGaul, ncoghlan, eric.snow, nanjekyejoannah
2019-12-13 18:21:58LewisGaulsetmessageid: <1576261318.87.0.54339551183.issue37776@roundup.psfhosted.org>
2019-12-13 18:21:58LewisGaullinkissue37776 messages
2019-12-13 18:21:58LewisGaulcreate