diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2022-03-09 23:02:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 23:02:00 (GMT) |
commit | 8714b6fa27271035dd6dd3514e283f92d669321d (patch) | |
tree | ab3d0c0a10753d3a28515831a22817a348b53c91 /Misc/NEWS.d | |
parent | e801e88744f34508aa338f9f7f3f3baee012f813 (diff) | |
download | cpython-8714b6fa27271035dd6dd3514e283f92d669321d.zip cpython-8714b6fa27271035dd6dd3514e283f92d669321d.tar.gz cpython-8714b6fa27271035dd6dd3514e283f92d669321d.tar.bz2 |
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-03-03-09-08-17.bpo-46881.ckD4tT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-03-03-09-08-17.bpo-46881.ckD4tT.rst b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-09-08-17.bpo-46881.ckD4tT.rst new file mode 100644 index 0000000..88434dd --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-09-08-17.bpo-46881.ckD4tT.rst @@ -0,0 +1 @@ +Statically allocate and initialize the latin1 characters. |