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 vstinner
Recipients davide.rizzo, martin.panter, pitrou, reidfaiv, rooter, serhiy.storchaka, vstinner
Date 2020-10-31.00:41:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604104889.41.0.823269606574.issue26528@roundup.psfhosted.org>
In-reply-to
Content
Davide Rizzo:
> I've just stumbled on the same thing happening on some code that attempts to use logging on __del__.
> (...)
> File ".../logging/__init__.py", line 1121, in _open
> NameError: name 'open' is not defined

This is bpo-26789 which is unrelated to this issue.
History
Date User Action Args
2020-10-31 00:41:29vstinnersetrecipients: + vstinner, pitrou, davide.rizzo, martin.panter, serhiy.storchaka, reidfaiv, rooter
2020-10-31 00:41:29vstinnersetmessageid: <1604104889.41.0.823269606574.issue26528@roundup.psfhosted.org>
2020-10-31 00:41:29vstinnerlinkissue26528 messages
2020-10-31 00:41:29vstinnercreate