mirror of
https://github.com/python/cpython.git
synced 2026-05-31 08:39:49 -04:00
212e614f60
long_format can reuse a scratch area for its repeated divisions (instead of malloc/free for every digit produced); speeds str(long)/repr(long).