Files
cpython/Python
Victor Stinner 911231e708 Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9588)
Fix the following warning:

Python/pystrtod.c: In function 'format_float_short':
Python/pystrtod.c:1007:13: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
             strncpy(p, "ERR", 3);

(cherry picked from commit 9fb8415759)
2018-09-26 08:18:23 -07:00
..
2012-03-22 10:39:16 -04:00
2010-12-11 04:25:57 +00:00
2013-01-19 14:58:38 -05:00
2016-09-15 01:50:53 +00:00
2017-01-09 11:10:41 +01:00