SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)

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
E
Eric Snow committed
cf496d657a1a82eaf9ebfb47d721676fef6effa5
Parent: 6f05e1e
Committed by GitHub <noreply@github.com> on 1/11/2022, 4:37:24 PM