]> granicus.if.org Git - python/commitdiff
Blocked revisions 68589 via svnmerge
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:14:47 +0000 (23:14 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:14:47 +0000 (23:14 +0000)
........
  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.
........


No differences found