Files
cpython/Objects
Bruno Lima 04130b290b gh-121562: optimized hex_from_char (#121563)
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.
2024-07-14 10:05:35 +01:00
..
2024-06-24 19:47:00 +02:00
2024-06-24 19:47:00 +02:00

Source files for various builtin objects