commit | d17f5834415b63c506e5a36347898af522124ef5 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Dec 21 12:37:38 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Dec 21 12:37:38 2009 +0000 |
tree | bf2f07817594306290590b253b7efc6710848d60 | |
parent | 6507cf79aa3ae09f20d7112cca97e7c6175f8406 [diff] |
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.) ........