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 serhiy.storchaka
Date 2020-06-22.07:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset cafe1b6e9d3594a34aba50e872d4198296ffaadf by Serhiy Storchaka in branch 'master':
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
https://github.com/python/cpython/commit/cafe1b6e9d3594a34aba50e872d4198296ffaadf
History
Date User Action Args
2020-06-22 07:43:39serhiy.storchakasetrecipients: + serhiy.storchaka
2020-06-22 07:43:39serhiy.storchakasetmessageid: <[email protected]>
2020-06-22 07:43:39serhiy.storchakalinkissue40824 messages
2020-06-22 07:43:39serhiy.storchakacreate