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 The Compiler
Recipients The Compiler, eric.smith, gvanrossum, kj, levkivskyi
Date 2021-03-12.21:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615584679.6.0.785204537683.issue43463@roundup.psfhosted.org>
In-reply-to
Content
I suppose returning the string unchanged would work as well. However, "Errors should never pass silently." :)

Perhaps that with a ignore_nameerror=True or switch or so would work?
History
Date User Action Args
2021-03-12 21:31:19The Compilersetrecipients: + The Compiler, gvanrossum, eric.smith, levkivskyi, kj
2021-03-12 21:31:19The Compilersetmessageid: <1615584679.6.0.785204537683.issue43463@roundup.psfhosted.org>
2021-03-12 21:31:19The Compilerlinkissue43463 messages
2021-03-12 21:31:19The Compilercreate