Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.
diff --git a/Python/pystrtod.c b/Python/pystrtod.c
index f7ddd13..5fa51eb 100644
--- a/Python/pystrtod.c
+++ b/Python/pystrtod.c
@@ -1003,7 +1003,7 @@
                something starting with a digit, an 'I',  or 'N' */
             strncpy(p, "ERR", 3);
             p += 3;
-            assert(0);
+            /* assert(0); */
         }
         goto exit;
     }