mirror of
https://github.com/python/cpython.git
synced 2026-06-25 04:13:56 -04:00
a3c01ce696
int_mul(): new and vastly simpler overflow checking. Whether it's faster or slower will likely vary across platforms, favoring boxes with fast floating point. OTOH, we no longer have to worry about people shipping broken LONG_BIT definitions <0.9 wink>.