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