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 serhiy.storchaka
Recipients brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2018-04-29.05:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524981386.47.0.682650639539.issue33379@psf.upfronthosting.co.za>
In-reply-to
Content
PyImport_Cleanup() is called in Py_EndInterpreter(), but Py_NewInterpreter() doesn't call _PyImport_Init() which initializes builtins_copy.
History
Date User Action Args
2018-04-29 05:56:26serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow
2018-04-29 05:56:26serhiy.storchakasetmessageid: <1524981386.47.0.682650639539.issue33379@psf.upfronthosting.co.za>
2018-04-29 05:56:26serhiy.storchakalinkissue33379 messages
2018-04-29 05:56:26serhiy.storchakacreate