Searched refs:Py_VA_COPY (Results 1 – 3 of 3) sorted by relevance
740 #define Py_VA_COPY va_copy macro
2558 * A new macro :c:macro:`Py_VA_COPY` copies the state of the variable argument
13062 - Issue #2443: A new macro, `Py_VA_COPY`, copies the state of the13063 variable argument list. `Py_VA_COPY` is equivalent to C99