]> granicus.if.org Git - python/commit
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 11 Aug 2010 17:31:17 +0000 (17:31 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 11 Aug 2010 17:31:17 +0000 (17:31 +0000)
commitf0f45142d52436d26ce8ed888c73496949caae90
tree53a4f3c197b87cb8afa33b87de48b06d5859513d
parent3a879e8a277e61195f5379862ef47f3ca9c69f4b
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
va_copy, but available on all python platforms.  Untabified a few
unrelated files.
13 files changed:
Include/pyport.h
Misc/NEWS
Modules/_elementtree.c
Modules/_hashopenssl.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/capsule.c
Objects/memoryobject.c
Objects/unicodectype.c
Objects/unicodeobject.c
Python/getargs.c
Python/modsupport.c