From: Alexander Belopolsky Date: Wed, 11 Aug 2010 22:23:17 +0000 (+0000) Subject: Blocked revisions 83949 via svnmerge X-Git-Tag: v2.7.1rc1~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b13a23639c9e2f20abbe331a0781a4c2ce9c03f7;p=python 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. ........ ---