[Python-Dev] cpython (3.6): replace usage of Py_VA_COPY with the (C99) standard va_copy (original) (raw)
Benjamin Peterson benjamin at python.org
Thu Sep 22 02:02:40 EDT 2016
- Previous message (by thread): [Python-Dev] cpython (3.6): replace usage of Py_VA_COPY with the (C99) standard va_copy
- Next message (by thread): [Python-Dev] cpython (3.6): replace usage of Py_VA_COPY with the (C99) standard va_copy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Sep 21, 2016, at 03:42, Victor Stinner wrote:
I see that the old macro is now an alias to vacopy(). A similar change was done for PyMEMCPY(). Would it make sense to put these old macros in a new backwardcompat.h header, so maybe one day we can remove them? :-)
That's fine with me, though, the maintenance burden of them is precisely one line.
Just dump the compat macros in Python 4.0 I think.
- Previous message (by thread): [Python-Dev] cpython (3.6): replace usage of Py_VA_COPY with the (C99) standard va_copy
- Next message (by thread): [Python-Dev] cpython (3.6): replace usage of Py_VA_COPY with the (C99) standard va_copy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]