]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68587 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:12:23 +0000 (23:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:12:23 +0000 (23:12 +0000)
commit09d33773ff28b61af1342c26d3844b2d09d5c52f
tree005b906c45e8fd3eade6bfe60f4eddd9e0b459a2
parent73d883a2d1640c46a68e32dc7134c475ed2db8de
Merged revisions 68587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68587 | antoine.pitrou | 2009-01-13 23:59:11 +0100 (mar., 13 janv. 2009) | 7 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.

  (*) or at least it is our interpretation
........
Misc/NEWS
Objects/stringlib/transmogrify.h