mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
7c26472d09
* bpo-46504: faster code for trial quotient in x_divrem() This brings x_divrem() back into synch with x_divrem1(), which was changed in bpo-46406 to generate faster code to find machine-word division quotients and remainders. Modern processors compute both with a single machine instruction, but convincing C to exploit that requires writing _less_ "clever" C code.
Source files for various builtin objects