From: Alexander Belopolsky Date: Wed, 11 Aug 2010 22:14:37 +0000 (+0000) Subject: Blocked revisions 83949 via svnmerge X-Git-Tag: v3.1.3rc1~354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d748c3d4a292116f1bb6501491784779f3dda149;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 83949 via svnmerge ........ r83949 | alexander.belopolsky | 2010-08-11 13:31:17 -0400 (Wed, 11 Aug 2010) | 4 lines 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. ........ ---