mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
bd3a527f93
- Faster conversion to string for binary bases: linear instead of quadratic! - Allocate smaller result for certain masking ops, e.g. (1L<<30000) & 1.