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 petr.viktorin, shihai1991, vstinner
Date 2021-02-17.16:42:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613580153.17.0.624550906345.issue43239@roundup.psfhosted.org>
In-reply-to
Content
>> PyCFunction_NewEx is part of the limited API as well, even though it's undocumented. People can call it.
>
>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.

Find some 3rd user calling this function in: https://searchcode.com/?q=PyCFunction_NewEx+. So I prefer to keep it too.
If calling `PyCFunction_New()` is better than `PyCFunction_NewEx()`, MAYBE we can add some description info in PR 24551.
History
Date User Action Args
2021-02-17 16:42:33shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin
2021-02-17 16:42:33shihai1991setmessageid: <1613580153.17.0.624550906345.issue43239@roundup.psfhosted.org>
2021-02-17 16:42:33shihai1991linkissue43239 messages
2021-02-17 16:42:33shihai1991create