Home
last modified time | relevance | path

Searched refs:Py_VA_COPY (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dpyport.h740 #define Py_VA_COPY va_copy macro
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2558 * A new macro :c:macro:`Py_VA_COPY` copies the state of the variable argument
/external/python/cpython3/Misc/
DHISTORY13062 - Issue #2443: A new macro, `Py_VA_COPY`, copies the state of the
13063 variable argument list. `Py_VA_COPY` is equivalent to C99