[Python-checkins] r68591 - python/branches/py3k
antoine.pitrou
python-checkins at python.org
Wed Jan 14 00:14:47 CET 2009
Author: antoine.pitrou
Date: Wed Jan 14 00:14:47 2009
New Revision: 68591
Log:
Blocked revisions 68589 via svnmerge
........
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.
........
Modified:
python/branches/py3k/ (props changed)
More information about the Python-checkins
mailing list