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 shihai1991
Recipients christian.heimes, rhettinger, shihai1991, sobolevn
Date 2022-02-07.16:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644252259.43.0.96631235532.issue46647@roundup.psfhosted.org>
In-reply-to
Content
> _functoolsmodule is a core bootstrap module and defined in Modules/Setup.bootstrap. It has no external dependencies. There is no reason and no point to disable the module.

+1. 

> Cristian, in this case - is there a reason to keep `skipUnless(c_functools)` around? 
> If we are sure that it is always available - then it should be always tested. 

Hm. Personally, I suggest to keep the `skipUnless` to aovid the code churn.
Or maybe you have other cases to show the functools module will missing unexpectly?
History
Date User Action Args
2022-02-07 16:44:19shihai1991setrecipients: + shihai1991, rhettinger, christian.heimes, sobolevn
2022-02-07 16:44:19shihai1991setmessageid: <1644252259.43.0.96631235532.issue46647@roundup.psfhosted.org>
2022-02-07 16:44:19shihai1991linkissue46647 messages
2022-02-07 16:44:19shihai1991create