]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change test_overflow to test_no_overflow; looks like big int literals
authorTim Peters <tim.peters@gmail.com>
Mon, 27 Aug 2001 21:45:32 +0000 (21:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 27 Aug 2001 21:45:32 +0000 (21:45 +0000)
commitc15a82813acd556c93cdea6db3d40413e34e422a
treec506033af18d55e7b69ea152a1e13a9a5bc97a02
parent3c06b9a7d4fa144eebd4786f71c4a301726e0c3c
Change test_overflow to test_no_overflow; looks like big int literals
are auto-coerced to longs now, but this test still expected OverflowError.
I can't imagine this test failure was unique to Windows.
Lib/test/test_unary.py