[Python-checkins] r82752 - python/branches/release31-maint/Python/pystrtod.c

mark.dickinson python-checkins at python.org
Fri Jul 9 21:43:26 CEST 2010


Author: mark.dickinson
Date: Fri Jul  9 21:43:26 2010
New Revision: 82752

Log:
Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.

Modified:
   python/branches/release31-maint/Python/pystrtod.c

Modified: python/branches/release31-maint/Python/pystrtod.c
==============================================================================
--- python/branches/release31-maint/Python/pystrtod.c	(original)
+++ python/branches/release31-maint/Python/pystrtod.c	Fri Jul  9 21:43:26 2010
@@ -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;
     }


More information about the Python-checkins mailing list