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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
…dule. Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf().
|
Thanks @serhiy-storchaka for the PR |
…dule. (pythonGH-20537) Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf(). (cherry picked from commit cafe1b6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-21043 is a backport of this pull request to the 3.9 branch. |
|
GH-21044 is a backport of this pull request to the 3.8 branch. |
…dule. (pythonGH-20537) Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf(). (cherry picked from commit cafe1b6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…dule. (pythonGH-20537) Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf(). (cherry picked from commit cafe1b6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-21045 is a backport of this pull request to the 3.7 branch. |
|
GH-21046 is a backport of this pull request to the 3.6 branch. |
…dule. (pythonGH-20537) Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf(). (cherry picked from commit cafe1b6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…dule. (pythonGH-20537) Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf().
…dule. (pythonGH-20537) Unexpected errors in calling the __iter__ method are no longer masked by TypeError in the "in" operator and functions operator.contains(), operator.indexOf() and operator.countOf().
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