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 sasowmy1, serhiy.storchaka
Date 2020-09-22.08:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600763252.1.0.0404589950929.issue41830@roundup.psfhosted.org>
In-reply-to
Content
It can happen when some objects with __del__ are kept alive at the interpreter shutdown stage and outlive the builtins module. I have not seen such errors for a long time. Could you reproduce it on newer Python versions? Could you reproduce it with simpler script?
History
Date User Action Args
2020-09-22 08:27:32serhiy.storchakasetrecipients: + serhiy.storchaka, sasowmy1
2020-09-22 08:27:32serhiy.storchakasetmessageid: <1600763252.1.0.0404589950929.issue41830@roundup.psfhosted.org>
2020-09-22 08:27:32serhiy.storchakalinkissue41830 messages
2020-09-22 08:27:31serhiy.storchakacreate