]> granicus.if.org Git - python/commit
replace usage of Py_VA_COPY with the (C99) standard va_copy
authorBenjamin Peterson <benjamin@python.org>
Wed, 21 Sep 2016 03:39:33 +0000 (20:39 -0700)
committerBenjamin Peterson <benjamin@python.org>
Wed, 21 Sep 2016 03:39:33 +0000 (20:39 -0700)
commit0c21214f3e583d541227df2239de377e796b55fa
tree154bfb91be848e117f6721523750bdc4afff8b71
parentec2319c46d11e8f486e7def785339af5415a3559
replace usage of Py_VA_COPY with the (C99) standard va_copy
Include/pyport.h
Objects/abstract.c
Objects/unicodeobject.c
Python/getargs.c
Python/modsupport.c
configure
configure.ac
pyconfig.h.in