commit | 6f826469bb7fa9cde6a9658fd1f9b5115935137d | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Jul 09 19:43:26 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Jul 09 19:43:26 2010 +0000 |
tree | 2b9743b6d9cbc20ee03ea6c019db6d862f23c41d | |
parent | e0da9fcf06aa618b443bfea707fecab4b91dc0cb [diff] [blame] |
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; }