diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-01-11 16:37:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 16:37:24 (GMT) |
commit | cf496d657a1a82eaf9ebfb47d721676fef6effa5 (patch) | |
tree | 6fde71cbde5f2713d77015f1c86baede744a239f /Doc/library/distutils.rst | |
parent | 6f05e1ec193c132015e9a23d1137b1731596f186 (diff) | |
download | cpython-cf496d657a1a82eaf9ebfb47d721676fef6effa5.zip cpython-cf496d657a1a82eaf9ebfb47d721676fef6effa5.tar.gz cpython-cf496d657a1a82eaf9ebfb47d721676fef6effa5.tar.bz2 |
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
Diffstat (limited to 'Doc/library/distutils.rst')
0 files changed, 0 insertions, 0 deletions