mirror of
https://github.com/python/cpython.git
synced 2026-07-30 05:36:27 -04:00
Normalize bytes format strings to str before using them as the cache key,
so that equal str and bytes formats no longer collide and get compared.
(cherry picked from commit 190d2ffbb9)
Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
Source files for standard library extension modules, and former extension modules that are now builtin modules.