]> granicus.if.org Git - python/commit
SF bug [#454456] int overflow code needs tests.
authorTim Peters <tim.peters@gmail.com>
Thu, 23 Aug 2001 22:56:21 +0000 (22:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 23 Aug 2001 22:56:21 +0000 (22:56 +0000)
commit26c7fa355a129778d21a8cf973f852dd592b792b
treea80a3c0f55eccb796fad11fe78244538c136a0e8
parent96685bfbf0e954febd4f873721d3db5d03cb2d99
SF bug [#454456] int overflow code needs tests.
Added tests for boundary cases in magical PEP 237 int->long auto-overflow,
but nothing here addresses the rest of the bug report so left it open.
Lib/test/test_long.py