We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2630329 commit d912569Copy full SHA for d912569
1 file changed
Doc/c-api/intro.rst
@@ -502,6 +502,16 @@ complete listing.
502
This macro is intended for defining CPython's C API itself;
503
extension modules should not use it for their own symbols.
504
505
+.. c:macro:: Py_VA_COPY
506
+
507
+ This is a :term:`soft deprecated` alias to the C99-standard ``va_copy``
508
+ function.
509
510
+ Historically, this would use a compiler-specific method to copy a ``va_list``.
511
512
+ .. versionchanged:: 3.6
513
+ This is now an alias to ``va_copy``.
514
515
516
.. _api-objects:
517
0 commit comments