Inada Naoki <[email protected]> added the comment:
What do you think about macro like this?
#define _PyObject_CALL_WITH_ARGS(func, ...) \
_PyObject_Vectorcall(func, (PyObject*[]){NULL, __VA_ARGS__} + 1, \
sizeof((PyObject*[]){__VA_ARGS__})/sizeof(PyObject*) |
PY_VECTORCALL_ARGUMENTS_OFFSET, \
NULL)
Pros: it can be used for 2 or 3 arguments too.
Cons: readability...
----------
nosy: +inada.naoki
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue37483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com