Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigne...
commit9de5a58695cd86829d3f72f24ca9570a57ba837b
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 16 Jan 2010 18:06:17 +0000 (16 18:06 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 16 Jan 2010 18:06:17 +0000 (16 18:06 +0000)
treee2883d0dae95b623575758c181eb5350c8bca0d9
parent6edfe4edecace73c1aec32d08c09e82221472853
Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long.  See also r77421.

git-svn-id: http://svn.python.org/projects/python/trunk@77533 6015fed2-1504-0410-9fe1-9d1591cc4771
Python/dtoa.c