From: Mark Dickinson Date: Mon, 21 Dec 2009 12:37:38 +0000 (+0000) Subject: Blocked revisions 76971 via svnmerge X-Git-Tag: v3.1.2rc1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d17f5834415b63c506e5a36347898af522124ef5;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 76971 via svnmerge ........ r76971 | mark.dickinson | 2009-12-21 12:37:06 +0000 (Mon, 21 Dec 2009) | 4 lines Keep PyLong_AsLongAndOverflow documentation and implementation in sync between py3k and trunk; merge new tests from trunk to py3k. (See issue #7528.) ........ ---