]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago
authorChristian Heimes <christian@cheimes.de>
Tue, 15 Jan 2008 02:01:20 +0000 (02:01 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 15 Jan 2008 02:01:20 +0000 (02:01 +0000)
commit386cd1e3c950b038fefefbf5ad887fd7f3215dc8
treecfe938b184856e4e94c9dc4f3519c371a943fd3d
parent62fe8a8e1cda9b4568453bee7e514aae06dfafd1
long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago
Lib/test/test_long.py
Misc/NEWS
Objects/longobject.c