Files
cpython/Modules
190d2ffbb9 gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627)
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.

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-17 10:49:11 +03:00
..

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