diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-07-09 19:43:26 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-07-09 19:43:26 (GMT) |
commit | 6f826469bb7fa9cde6a9658fd1f9b5115935137d (patch) | |
tree | 2b9743b6d9cbc20ee03ea6c019db6d862f23c41d /Python/pystrtod.c | |
parent | e0da9fcf06aa618b443bfea707fecab4b91dc0cb (diff) | |
download | cpython-6f826469bb7fa9cde6a9658fd1f9b5115935137d.zip cpython-6f826469bb7fa9cde6a9658fd1f9b5115935137d.tar.gz cpython-6f826469bb7fa9cde6a9658fd1f9b5115935137d.tar.bz2 |
Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.
Diffstat (limited to 'Python/pystrtod.c')
-rw-r--r-- | Python/pystrtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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; } |