]> granicus.if.org Git - python/commit
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
authormadman-bob <madman.bob@hotmail.co.uk>
Thu, 25 Oct 2018 14:02:10 +0000 (15:02 +0100)
committerVictor Stinner <vstinner@redhat.com>
Thu, 25 Oct 2018 14:02:10 +0000 (16:02 +0200)
commite25d5fc18e6c4b0062cd71b2eb1fd2d5eb5e2d3d
treea5114f0bbea703956e85a820eb7e78f312fba3d3
parent6279c1c5003cd94b5e04e568ce3df7c4e8f1eaa3
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2018-07-29-13-50-32.bpo-32321.hDoNKC.rst [new file with mode: 0644]