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.15:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540479676.83.0.788709270274.issue32321@psf.upfronthosting.co.za>
In-reply-to
Content
> However, the documentation says nothing about reduce being optional, and it is unconditionally included in the module __all__.

Oh, about this specific issue: maybe test___all__ should be fixed to test functools.py with _functools blocked? As done by test_functools.py? But this is a wider change and I'm not sure that it's doable :-( (especially in a generic way!) The PEP 399 requires the same API for the C and the Python implementations.
History
Date User Action Args
2018-10-25 15:01:16vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, steven.daprano, asvetlov
2018-10-25 15:01:16vstinnersetmessageid: <1540479676.83.0.788709270274.issue32321@psf.upfronthosting.co.za>
2018-10-25 15:01:16vstinnerlinkissue32321 messages
2018-10-25 15:01:16vstinnercreate