mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
cf496d657a
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