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 petr.viktorin
Recipients petr.viktorin, vstinner
Date 2021-02-16.16:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613493859.29.0.830231955368.issue43239@roundup.psfhosted.org>
In-reply-to
Content
> By the way, I would suggest to move "#define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)" to Include/cpython/methodobject.h 

Wait no, I wrote too soon.
PyCFunction_NewEx is part of the limited API as well, even though it's undocumented. People can call it.
History
Date User Action Args
2021-02-16 16:44:19petr.viktorinsetrecipients: + petr.viktorin, vstinner
2021-02-16 16:44:19petr.viktorinsetmessageid: <1613493859.29.0.830231955368.issue43239@roundup.psfhosted.org>
2021-02-16 16:44:19petr.viktorinlinkissue43239 messages
2021-02-16 16:44:19petr.viktorincreate