commit | 8d6496385d348479c241578b941890dd967084bf | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 22 19:21:33 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 22 19:21:33 2010 +0000 |
tree | 6099214fc31a5fd13fc5bc4b33ebc9b707b11785 | |
parent | aae46dd89bbf30bbcf364912be41bea044557a34 [diff] |
Merged revisions 82157 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82157 | benjamin.peterson | 2010-06-22 14:16:37 -0500 (Tue, 22 Jun 2010) | 1 line remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 ........