mirror of
https://github.com/python/cpython.git
synced 2026-05-19 10:54:30 -04:00
c23b8a7af9
across platforms: it should now raise OverflowError on all platforms. (Previously it raised OverflowError only on non IEEE 754 platforms.) Also fix the (already existing) test for this behaviour so that it actually raises TestFailed instead of just referencing it.