From 2a1854bcf4ac49a5a2c917b95d90c05cc620ae9a Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 13 Jan 2009 23:14:47 +0000 Subject: [PATCH] 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. ........ -- 2.50.1