mirror of https://github.com/python/cpython
Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.
This commit is contained in:
parent
e0da9fcf06
commit
6f826469bb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue