]> granicus.if.org Git - python/commit
Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigne...
authorMark Dickinson <dickinsm@gmail.com>
Sat, 16 Jan 2010 18:06:17 +0000 (18:06 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 16 Jan 2010 18:06:17 +0000 (18:06 +0000)
commit18a818bc63d993c3d3433f69cf2b7d2b9bd63ebf
tree15e0eb9d83ae7a9aaad84496108efe6a28d9421a
parent811ff822f8cd87cf29867118cb3a74c5035a1a94
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.
Python/dtoa.c