Files
cpython/Modules
21ab8eb5a8 [3.15] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) (GH-153834)
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]>
2026-07-17 08:23:01 +00:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.