Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module.#20537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…dule.Unexpected errors in calling the __iter__ method are no longermasked by TypeError in the "in" operator and functionsoperator.contains(), operator.indexOf() and operator.countOf().
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7, 3.8, 3.9. |
…dule. (pythonGH-20537)Unexpected errors in calling the __iter__ method are no longermasked by TypeError in the "in" operator and functionsoperator.contains(), operator.indexOf() and operator.countOf().(cherry picked from commitcafe1b6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedJun 22, 2020
GH-21043 is a backport of this pull request to the3.9 branch. |
bedevere-bot commentedJun 22, 2020
GH-21044 is a backport of this pull request to the3.8 branch. |
…dule. (pythonGH-20537)Unexpected errors in calling the __iter__ method are no longermasked by TypeError in the "in" operator and functionsoperator.contains(), operator.indexOf() and operator.countOf().(cherry picked from commitcafe1b6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…dule. (pythonGH-20537)Unexpected errors in calling the __iter__ method are no longermasked by TypeError in the "in" operator and functionsoperator.contains(), operator.indexOf() and operator.countOf().(cherry picked from commitcafe1b6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedJun 22, 2020
GH-21045 is a backport of this pull request to the3.7 branch. |
bedevere-bot commentedJun 22, 2020
GH-21046 is a backport of this pull request to the3.6 branch. |
…dule. (pythonGH-20537)Unexpected errors in calling the __iter__ method are no longermasked by TypeError in the "in" operator and functionsoperator.contains(), operator.indexOf() and operator.countOf().(cherry picked from commitcafe1b6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…dule. (pythonGH-20537)Unexpected errors in calling the __iter__ method are no longermasked by TypeError in the "in" operator and functionsoperator.contains(), operator.indexOf() and operator.countOf().
Uh oh!
There was an error while loading.Please reload this page.
Unexpected errors in calling the
__iter__method are no longermasked by
TypeErrorin the "in" operator and functionsoperator.contains(),operator.indexOf()andoperator.countOf().https://bugs.python.org/issue40824