mirror of
https://github.com/python/cpython.git
synced 2026-05-31 08:39:49 -04:00
04130b290b
Performance improvement to `float.fromhex`: use a lookup table for computing the hexadecimal value of a character, in place of the previous switch-case construct. Patch by Bruno Lima.
Source files for various builtin objects