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 tekknolagi
Recipients tekknolagi
Date 2020-05-15.22:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589581026.88.0.827798305344.issue40638@roundup.psfhosted.org>
In-reply-to
Content
builtin_input_impl does multiple attribute lookups in a row assuming they will succeed, but part of attribute lookup assumes that there is no pending exception.

I propose doing the lookups one by one and checking for an error after each. There is an upcoming patch.
History
Date User Action Args
2020-05-15 22:17:06tekknolagisetrecipients: + tekknolagi
2020-05-15 22:17:06tekknolagisetmessageid: <1589581026.88.0.827798305344.issue40638@roundup.psfhosted.org>
2020-05-15 22:17:06tekknolagilinkissue40638 messages
2020-05-15 22:17:06tekknolagicreate