diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-23 13:54:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 13:54:35 (GMT) |
commit | c41eed1a874e2f22bde45c3c89418414b7a37f46 (patch) | |
tree | e90ff0bf1c5349169f3f04c914695b3c4b476f37 /Python/codecs.c | |
parent | 32f2eda85957365d208f499b730d30b7eb419741 (diff) | |
download | cpython-c41eed1a874e2f22bde45c3c89418414b7a37f46.zip cpython-c41eed1a874e2f22bde45c3c89418414b7a37f46.tar.gz cpython-c41eed1a874e2f22bde45c3c89418414b7a37f46.tar.bz2 |
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Each interpreter now has its own empty bytes string and single byte
character singletons.
Replace STRINGLIB_EMPTY macro with STRINGLIB_GET_EMPTY() macro.
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions