https://github.com/python/cpython/commit/9fb84157595a385f15799e5d0729c1e1b0ba9d38 commit: 9fb84157595a385f15799e5d0729c1e1b0ba9d38 branch: master author: Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com> committer: Xiang Zhang <angwerzx at 126.com> date: 2018年03月11日T17:45:10+08:00 summary: Drop confusing commented out code in pystrtod.c (GH-6072) files: M Python/pystrtod.c diff --git a/Python/pystrtod.c b/Python/pystrtod.c index 601f7c691edf..3546d44c8424 100644 --- a/Python/pystrtod.c +++ b/Python/pystrtod.c @@ -1060,8 +1060,6 @@ format_float_short(double d, char format_code, else { /* shouldn't get here: Gay's code should always return something starting with a digit, an 'I', or 'N' */ - /* strncpy(p, "ERR", 3); - p += 3; */ Py_UNREACHABLE(); } goto exit;