commit | f4f0bf850bc99f5d70a4d8ffe1e0126d8c46b1ec | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed May 05 23:11:08 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed May 05 23:11:08 2010 +0000 |
tree | b70678f0227604cd23f416fee43f423c5c838df6 | |
parent | 481ab89b75d197cf11dd3cf0df71477dc8884d2d [diff] [blame] |
Revert a change where an expression is not needed now, but could be in the future.
diff --git a/Python/pystrtod.c b/Python/pystrtod.c index 16dac81..909e021 100644 --- a/Python/pystrtod.c +++ b/Python/pystrtod.c
@@ -1005,6 +1005,7 @@ /* 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; assert(0); } goto exit;