[issue32321] functools.reduce has a redundant guard or needs a pure Python fallback

STINNER Victor report at bugs.python.org
Thu Oct 25 10:02:17 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:


New changeset e25d5fc18e6c4b0062cd71b2eb1fd2d5eb5e2d3d by Victor Stinner (madman-bob) in branch 'master':
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
https://github.com/python/cpython/commit/e25d5fc18e6c4b0062cd71b2eb1fd2d5eb5e2d3d


----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32321>
_______________________________________


More information about the Python-bugs-list mailing list