Inada Naoki <songofaca...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to