]> granicus.if.org Git - python/commit
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
authorMark Dickinson <dickinsm@gmail.com>
Tue, 12 Jan 2010 22:23:56 +0000 (22:23 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 12 Jan 2010 22:23:56 +0000 (22:23 +0000)
commit8efef5ce9f6c0dfd2cb4720b61a37bbdfdb5e30e
tree749d0392efbc8ef53bd5f9bc22a25a41c8b4ba6d
parentefa45f35b529a61aceb4e1266ded7a0b268b0c17
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
crashes in debug builds, for certain long numeric strings
corresponding to subnormal values.
Lib/test/floating_points.txt
Misc/NEWS
Python/dtoa.c