Files
cpython/Objects
Tim Peters 212e614f60 divrem1 & long_format: found a clean way to factor divrem1 so that
long_format can reuse a scratch area for its repeated divisions (instead
of malloc/free for every digit produced); speeds str(long)/repr(long).
2001-07-14 12:23:19 +00:00
..
2001-07-12 13:27:11 +00:00
2001-07-12 13:27:25 +00:00
2001-07-12 13:27:35 +00:00