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 JelleZijlstra, corona10, eric.smith, petr.viktorin, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2022-03-28.23:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648509887.27.0.943219276262.issue47143@roundup.psfhosted.org>
In-reply-to
Content
The stdlib types module looks like a better place for such new function, rather than the functools module.

The types module documentation starts with: "This module defines utility functions to assist in dynamic creation of new types."
https://docs.python.org/3/library/types.html
History
Date User Action Args
2022-03-28 23:24:47vstinnersetrecipients: + vstinner, rhettinger, pitrou, eric.smith, petr.viktorin, serhiy.storchaka, JelleZijlstra, corona10
2022-03-28 23:24:47vstinnersetmessageid: <1648509887.27.0.943219276262.issue47143@roundup.psfhosted.org>
2022-03-28 23:24:47vstinnerlinkissue47143 messages
2022-03-28 23:24:47vstinnercreate