From: Mark Dickinson Date: Fri, 9 Jul 2010 19:43:26 +0000 (+0000) Subject: Temporary checkin to try to diagnose i386 Ubuntu buildbot failure. X-Git-Tag: v3.1.3rc1~535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f826469bb7fa9cde6a9658fd1f9b5115935137d;p=python Temporary checkin to try to diagnose i386 Ubuntu buildbot failure. --- diff --git a/Python/pystrtod.c b/Python/pystrtod.c index f7ddd13d99..5fa51ebc9a 100644 --- a/Python/pystrtod.c +++ b/Python/pystrtod.c @@ -1003,7 +1003,7 @@ format_float_short(double d, char format_code, something starting with a digit, an 'I', or 'N' */ strncpy(p, "ERR", 3); p += 3; - assert(0); + /* assert(0); */ } goto exit; }