Add _Py_VaBuildStack() function
Issue #28915: Similar to Py_VaBuildValue(), but work on a C array of PyObject*, instead of creating a tuple.
V
Victor Stinner committed
e9abde4642451f17d98e43aacc2bac74f83451c3
Parent: b551b6c
Issue #28915: Similar to Py_VaBuildValue(), but work on a C array of PyObject*, instead of creating a tuple.