mirror of
https://github.com/python/cpython.git
synced 2026-05-24 21:33:27 -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).