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 ncoghlan
Recipients Dormouse759, eric.snow, grahamd, ncoghlan, petr.viktorin
Date 2017-11-09.00:35:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510187726.52.0.213398074469.issue31901@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see - yeah, that makes a lot of sense.

I've retitled the issue to make it clearer that the problem is where the responsibility for calling atexit functions lives - currently it's in Py_Finalize, but really it should be inside the interpreter object's own teardown code.
History
Date User Action Args
2017-11-09 00:35:26ncoghlansetrecipients: + ncoghlan, grahamd, petr.viktorin, eric.snow, Dormouse759
2017-11-09 00:35:26ncoghlansetmessageid: <1510187726.52.0.213398074469.issue31901@psf.upfronthosting.co.za>
2017-11-09 00:35:26ncoghlanlinkissue31901 messages
2017-11-09 00:35:26ncoghlancreate