diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-13 22:59:11 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-13 22:59:11 (GMT) |
commit | 8d4e505aa8c916ba5c7da6a7374fb2e7b4b37af3 (patch) | |
tree | 790045025562d75fb4f34dfa822965916a354768 /Lib/site.py | |
parent | b9d1a4ddc3da5611f37b60dc0fc887fb9ea48514 (diff) | |
download | cpython-8d4e505aa8c916ba5c7da6a7374fb2e7b4b37af3.zip cpython-8d4e505aa8c916ba5c7da6a7374fb2e7b4b37af3.tar.gz cpython-8d4e505aa8c916ba5c7da6a7374fb2e7b4b37af3.tar.bz2 |
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
Diffstat (limited to 'Lib/site.py')
0 files changed, 0 insertions, 0 deletions