mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.
This commit is contained in:
parent
e0da9fcf06
commit
6f826469bb
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ format_float_short(double d, char format_code,
|
||||||
something starting with a digit, an 'I', or 'N' */
|
something starting with a digit, an 'I', or 'N' */
|
||||||
strncpy(p, "ERR", 3);
|
strncpy(p, "ERR", 3);
|
||||||
p += 3;
|
p += 3;
|
||||||
assert(0);
|
/* assert(0); */
|
||||||
}
|
}
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue