commit | c15a82813acd556c93cdea6db3d40413e34e422a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Aug 27 21:45:32 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Aug 27 21:45:32 2001 +0000 |
tree | c506033af18d55e7b69ea152a1e13a9a5bc97a02 | |
parent | 3c06b9a7d4fa144eebd4786f71c4a301726e0c3c [diff] |
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.