]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a dtoa.c test value that triggered a bug in recent versions of
authorMark Dickinson <dickinsm@gmail.com>
Sun, 7 Nov 2010 10:01:46 +0000 (10:01 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 7 Nov 2010 10:01:46 +0000 (10:01 +0000)
commitbaa0f0510e6df7e80e40ef459f05ecfb2cc21ae3
tree50b4978ffa95d53ad06e332656a724bff28a9a1d
parentc08c9bccfcdf35b3c8fd22f1b82b4575b1b99d95
Add a dtoa.c test value that triggered a bug in recent versions of
Gay's dtoa.c (but not for current versions of Python's dtoa.c).
Thanks Rick Regan for finding and reporting this.
Lib/test/test_strtod.py