This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, ncoghlan, rhettinger, steven.daprano, vstinner
Date 2018-10-25.14:02:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540476137.74.0.788709270274.issue32321@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-10-25 14:02:17vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, steven.daprano, asvetlov
2018-10-25 14:02:17vstinnersetmessageid: <1540476137.74.0.788709270274.issue32321@psf.upfronthosting.co.za>
2018-10-25 14:02:17vstinnerlinkissue32321 messages
2018-10-25 14:02:17vstinnercreate