]> 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 23:13:52 +0000 (23:13 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Jan 2009 23:13:52 +0000 (23:13 +0000)
commitc2f02216b69b844e233a2bd86ba43508fee55c86
tree9bb44dcd0f9f36f230b22d7e5ecf677ff2cf6228
parent3a5067c208dec1c702ae93aa26b03d5b0e7711ed
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.
Misc/NEWS
Objects/stringlib/transmogrify.h