]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115472)
authorDonghee Na <donghee.na@python.org>
Wed, 14 Feb 2024 18:43:39 +0000 (03:43 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 18:43:39 +0000 (18:43 +0000)
commit1739efc57dc5f4e1401c59d74e7fdb3f34f21fcf
tree70e22939c8bc4ca455c28df6bf2cbf7a27c0cc2f
parentc12b0a25e8b2c130969f0cbf050bd8801e055dbb
[3.11] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115472)
Lib/test/test_iter.py
Misc/NEWS.d/next/Core and Builtins/2024-02-14-23-50-55.gh-issue-112087.H_4W_v.rst [new file with mode: 0644]
Objects/listobject.c