…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>
|
@serhiy-storchaka: Status check is done, and it's a success ✅ . |
|
@serhiy-storchaka: Status check is done, and it's a success ✅ . |
|
Sorry, I can't merge this PR. Reason: |
|
As announced, with the tagging of 3.7.8rc1, the 3.7 branch is now in security-fix mode. Should we be making this last-minute change in 3.7 behavior? It doesn't really feel like a big security issue; has anyone reported this problem in the field? I'm reluctant to throw this change in at the last minute but if you can get another core developer to review and approve it, I'll consider it. |
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
https://bugs.python.org/issue40824