commit | 8d4e505aa8c916ba5c7da6a7374fb2e7b4b37af3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 13 22:59:11 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 13 22:59:11 2009 +0000 |
tree | 790045025562d75fb4f34dfa822965916a354768 | |
parent | b9d1a4ddc3da5611f37b60dc0fc887fb9ea48514 [diff] |
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