]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
authorchilaxan <chilaxan@gmail.com>
Fri, 27 Aug 2021 10:27:19 +0000 (06:27 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 10:27:19 +0000 (12:27 +0200)
commit94a3d2a6329ab7941e93ad2f5bcbb8af2b8b80d2
tree59d5ab6a8995fe6cfb45369b0cf1f51c3699326f
parent3331fd264dfcf45d8a78a07da4e5022cd94e0f6b
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_range.py
Misc/NEWS.d/next/Core and Builtins/2021-08-26-18-44-03.bpo-45018.pu8H9L.rst [new file with mode: 0644]
Objects/rangeobject.c