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:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540476634.48.0.788709270274.issue32321@psf.upfronthosting.co.za>
In-reply-to
Content
I just merged PR 8548. See the PR to the discussion. IMHO it's a nice enhancement to have a pure Python implementation:
https://github.com/python/cpython/pull/8548#issuecomment-433063178
(and the PR has been approved by 2 other core devs ;-))

But I'm against adding it to Python 3.7 as well, I rejected the backport: PR 10092.

I proposed the author to write another PR to refactor test_functools.py, but I don't think that it's worth it to keep this issue open just for that:
https://github.com/python/cpython/pull/8548#issuecomment-433065931
History
Date User Action Args
2018-10-25 14:10:34vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, steven.daprano, asvetlov
2018-10-25 14:10:34vstinnersetmessageid: <1540476634.48.0.788709270274.issue32321@psf.upfronthosting.co.za>
2018-10-25 14:10:34vstinnerlinkissue32321 messages
2018-10-25 14:10:34vstinnercreate