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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d17f5834415b63c506e5a36347898af522124ef5;p=python 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.) ........ ---