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 jdemeyer, methane, vstinner
Date 2019-07-03.09:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562147372.04.0.128139223386.issue37483@roundup.psfhosted.org>
In-reply-to
Content
> Macros cannot be used in all C extensions. For the PEP 587, I was asked to replace macros with functions.

This is just an helper inline function / macro to ease calling _PyObject_Vectorcall.
Extensions can port this helper inline function / macro to ease calling _PyObject_Vectorcall.

I don't want to make this non-inline function.
History
Date User Action Args
2019-07-03 09:49:32methanesetrecipients: + methane, vstinner, jdemeyer
2019-07-03 09:49:32methanesetmessageid: <1562147372.04.0.128139223386.issue37483@roundup.psfhosted.org>
2019-07-03 09:49:32methanelinkissue37483 messages
2019-07-03 09:49:31methanecreate