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 methane
Recipients methane
Date 2021-10-13.02:49:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634093398.63.0.682415750411.issue45455@roundup.psfhosted.org>
In-reply-to
Content
Move setting `func.__doc__` from PyFunction_New() to __doc__ descriptor, for faster function creation.

This issue is spin-off of bpo-36521.
History
Date User Action Args
2021-10-13 02:49:58methanesetrecipients: + methane
2021-10-13 02:49:58methanesetmessageid: <1634093398.63.0.682415750411.issue45455@roundup.psfhosted.org>
2021-10-13 02:49:58methanelinkissue45455 messages
2021-10-13 02:49:58methanecreate