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 Dormouse759
Recipients Dormouse759, ncoghlan, petr.viktorin
Date 2017-10-30.15:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509378283.18.0.213398074469.issue31901@psf.upfronthosting.co.za>
In-reply-to
Content
`Py_FinalizeEx()` only executes callbacks from the subinterpreter from which Py_FinalizeEx is called.

What is the expected behavior here?
Should the callbacks be specific to individual subinterpreters?
History
Date User Action Args
2017-10-30 15:44:43Dormouse759setrecipients: + Dormouse759, ncoghlan, petr.viktorin
2017-10-30 15:44:43Dormouse759setmessageid: <1509378283.18.0.213398074469.issue31901@psf.upfronthosting.co.za>
2017-10-30 15:44:43Dormouse759linkissue31901 messages
2017-10-30 15:44:43Dormouse759create