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:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613493527.99.0.495431915467.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 

OK, I'll add that move to the PR.

> Oh, it's not listed by Doc/data/stable_abi.dat and so not checked by Tools/scripts/stable_abi.py.

I'm planning to rework this for PEP 652 (which is how I found the issue in the first place), so I'll not add it there now.
History
Date User Action Args
2021-02-16 16:38:48petr.viktorinsetrecipients: + petr.viktorin, vstinner
2021-02-16 16:38:47petr.viktorinsetmessageid: <1613493527.99.0.495431915467.issue43239@roundup.psfhosted.org>
2021-02-16 16:38:47petr.viktorinlinkissue43239 messages
2021-02-16 16:38:47petr.viktorincreate