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 christian.heimes
Recipients christian.heimes, rhettinger, shihai1991, sobolevn
Date 2022-02-05.13:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644068354.45.0.965808093533.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.

We can safely assume that all modules defined in Modules/Setup.bootstrap are always available. (Maybe except for pwd, but that is a different story.)

I propose to close the bug and PR as wontfix.
History
Date User Action Args
2022-02-05 13:39:14christian.heimessetrecipients: + christian.heimes, rhettinger, shihai1991, sobolevn
2022-02-05 13:39:14christian.heimessetmessageid: <1644068354.45.0.965808093533.issue46647@roundup.psfhosted.org>
2022-02-05 13:39:14christian.heimeslinkissue46647 messages
2022-02-05 13:39:14christian.heimescreate