]> granicus.if.org Git - python/commit
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Aug 2019 06:23:17 +0000 (23:23 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 30 Aug 2019 06:23:17 +0000 (23:23 -0700)
commit27f418640cf39c035114f29cc2d628775b43c0f9
tree6bf1a6b4b86e034785f240a677da6590c8d4697f
parentc19d6bca5577547b3f4624d99b5f5f1db3e5e695
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)

(cherry picked from commit 6a650aaf7735e30636db2721247f317064c2cfd4)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Lib/test/test_builtin.py
Lib/test/test_itertools.py
Modules/itertoolsmodule.c
Python/bltinmodule.c