]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115471)
authorDonghee Na <donghee.na@python.org>
Wed, 14 Feb 2024 18:44:26 +0000 (03:44 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 18:44:26 +0000 (18:44 +0000)
commit5ec52c35eb06383919f7b97204b3d1af28198978
tree09729f7702df60266509dfa0f92b8d2a4a6e011e
parent7d9ce3c867ec680a9629928761f3a7180f2be90b
[3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115471)
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