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 asvetlov, jryan, serhiy.storchaka, vinay.sajip, yselivanov
Date 2020-10-30.08:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604045647.04.0.461970231829.issue42203@roundup.psfhosted.org>
In-reply-to
Content
It can happen if the code is executed very late at the shutdown stage. The builtin module is restored to its initial state (open is imported from io) to get rid of reference cycles.
History
Date User Action Args
2020-10-30 08:14:07serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, asvetlov, yselivanov, jryan
2020-10-30 08:14:07serhiy.storchakasetmessageid: <1604045647.04.0.461970231829.issue42203@roundup.psfhosted.org>
2020-10-30 08:14:07serhiy.storchakalinkissue42203 messages
2020-10-30 08:14:06serhiy.storchakacreate