mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
877a212678
addition and subtraction. Reworked the tail end of k_mul() to use them. This saves oodles of one-shot longobject allocations (this is a triply- recursive routine, so saving one allocation in the body saves 3**n allocations at depth n; we actually save 2 allocations in the body).