summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pystrtod.c2
1 files changed, 1 insertions, 1 deletions
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;
}