]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68589 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:25:47 +0000 (23:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:25:47 +0000 (23:25 +0000)
commita1b22ce68c8c689f23746340bbb167186d5d24fa
tree6c026750d97feadb528fe969050708c28dda9a8a
parent8798ac47ea9b9d5bb8829cc40b35b80ab635cbd3
Merged revisions 68589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68589 | antoine.pitrou | 2009-01-14 00:13:52 +0100 (mer., 14 janv. 2009) | 5 lines

  Issue #4935: The overflow checking code in the expandtabs() method common
  to str, bytes and bytearray could be optimized away by the compiler, letting
  the interpreter segfault instead of raising an error.
........
Misc/NEWS
Objects/stringlib/transmogrify.h