Staging
v0.8.1
https://github.com/python/cpython
Revision cafe1b6e9d3594a34aba50e872d4198296ffaadf authored by Serhiy Storchaka on 22 June 2020, 07:43:35 UTC, committed by GitHub on 22 June 2020, 07:43:35 UTC
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().
1 parent 4901ea9
History
Tip revision: cafe1b6e9d3594a34aba50e872d4198296ffaadf authored by Serhiy Storchaka on 22 June 2020, 07:43:35 UTC
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
Tip revision: cafe1b6
File Mode Size
windows-release
ci.yml -rw-r--r-- 3.3 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.6 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top