]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98363: Fix exception handling in batched() (GH-98523)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 21 Oct 2022 17:31:52 +0000 (12:31 -0500)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 17:31:52 +0000 (12:31 -0500)
commita5ff80c8bc96210bace3ffb683b01fbd7f4ab76d
treeb1aee731a065f83542a5cdb32b769c966f9b86c4
parentec1f6f5f139868dc2c1116a7c7c878c38c668d53
GH-98363:  Fix exception handling in batched() (GH-98523)
Lib/test/test_itertools.py
Modules/itertoolsmodule.c