]> granicus.if.org Git - python/commit
Issue #4935: The overflow checking code in the expandtabs() method common
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 22:59:11 +0000 (22:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 22:59:11 +0000 (22:59 +0000)
commit8d4e505aa8c916ba5c7da6a7374fb2e7b4b37af3
tree790045025562d75fb4f34dfa822965916a354768
parentb9d1a4ddc3da5611f37b60dc0fc887fb9ea48514
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