[issue37483] Add PyObject_CallOneArg()

Inada Naoki report at bugs.python.org
Wed Jul 3 05:49:32 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37483>
_______________________________________


More information about the Python-bugs-list mailing list