Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(366)

Issue 186182: Rewrite strtod parser; fixes bugs 5 and 7 of issue 7632

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by dickinsm
Modified:
9 years, 7 months ago
Reviewers:
Base URL:
http://svn.python.org/view/*checkout*/python/trunk/
Visibility:
Public.

Description

In this patch: 1. Despagghetification of _Py_dg_strtod parser and exit points. 2. Removal of unused dsign field from BCinfo struct; make it a local variable instead. 3. Simplify bigcomp comparison loop. 4. Don't set ERANGE on underflow.

Patch Set 1 #

Patch Set 2 : 2nd draft of parser rewrite; updated against current svn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -182 lines) Patch
M Python/dtoa.c View 1 19 chunks +162 lines, -182 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b