mirror of
https://github.com/python/cpython.git
synced 2026-06-01 17:19:45 -04:00
fad225f1ba
particular, str(long) and repr(long) use base 10, and that gets a factor of 4 speedup). Another factor of 2 can be gotten by refactoring divrem1 to support in-place division, but that started getting messy so I'm leaving that out.