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 eric.snow, nanjekyejoannah, ncoghlan, petr.viktorin
Date 2019-03-29.21:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
test__xxsubinterpreters is a great place for tests that exercise use of subinterpreters, including most lifecycle operations.  There are also one or two subinterpreter-related tests in test_embed.  However, for this issue the interplay with runtime finalization means tests should probably stay with other tests that exercise Py_FinalizeEx().
History
Date User Action Args
2019-03-29 21:07:25eric.snowsetrecipients: + eric.snow, ncoghlan, petr.viktorin, nanjekyejoannah
2019-03-29 21:07:25eric.snowsetmessageid: <[email protected]>
2019-03-29 21:07:25eric.snowlinkissue36225 messages
2019-03-29 21:07:25eric.snowcreate