From: Thomas Heller Date: Thu, 5 Jun 2008 17:57:20 +0000 (+0000) Subject: Blocked revisions 63961-63963 via svnmerge X-Git-Tag: v3.0b1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ccadce9ae5f3f0a4e68e2076261985c795b996b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 63961-63963 via svnmerge ........ r63961 | thomas.heller | 2008-06-05 19:29:38 +0200 (Do, 05 Jun 2008) | 1 line Fix preprocessor statement. ........ r63962 | thomas.heller | 2008-06-05 19:51:15 +0200 (Do, 05 Jun 2008) | 3 lines Backport from py3k: Implement the new buffer interface from pep3118 for ctypes instances. Closes issue #2404. ........ r63963 | thomas.heller | 2008-06-05 19:52:59 +0200 (Do, 05 Jun 2008) | 3 lines Backport from py3k: Implement the new buffer interface from pep3118 for ctypes instances. Closes issue #2404. ........ ---