]> granicus.if.org Git - python/commit
round(1e20) wrongly returned 0.
authorThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 08:56:50 +0000 (08:56 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 08:56:50 +0000 (08:56 +0000)
commit20594ccf07bc9907854dc751175899e3a673f89e
tree9178d9649850dd403a0e0cdd29c71f490004857d
parent57e3b68c220ef2a6387419cef69ff1d1c7f283cf
round(1e20) wrongly returned 0.
This fixes test_builtin on windows.

(bug was introduced by the merge of the int/long unification branch,
rev 53421)
Objects/longobject.c