mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
The empty bytes object (b'') and the 256 one-character bytes objects were allocated at runtime init. Now we statically allocate and initialize them. https://bugs.python.org/issue45953
Miscellaneous source files for the main Python shared library