From 6f826469bb7fa9cde6a9658fd1f9b5115935137d Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 9 Jul 2010 19:43:26 +0000 Subject: [PATCH] Temporary checkin to try to diagnose i386 Ubuntu buildbot failure. --- Python/pystrtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0