◐ Shell
clean mode source ↗

Message 391229 - Python tracker

Message391229

Author gvanrossum
Recipients The Compiler, eric.smith, gvanrossum, kj, larry, levkivskyi
Date 2021-04-16.16:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618592327.94.0.71608277063.issue43463@roundup.psfhosted.org>
In-reply-to
Content
If the NameError were to leave behind a marker wrapping the string, that might allow the best of both worlds -- errors don't pass *silently* (an error value is returned) and you can still inspect the other annotations.
History
Date User Action Args
2021-04-16 16:58:47gvanrossumsetrecipients: + gvanrossum, larry, eric.smith, The Compiler, levkivskyi, kj
2021-04-16 16:58:47gvanrossumsetmessageid: <1618592327.94.0.71608277063.issue43463@roundup.psfhosted.org>
2021-04-16 16:58:47gvanrossumlinkissue43463 messages
2021-04-16 16:58:47gvanrossumcreate