summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2025-01-09 19:45:35 (GMT)
committerGitHub <noreply@github.com>2025-01-09 19:45:35 (GMT)
commit087bb48acac997c06e69dae25bae2dd75194b980 (patch)
treea93efb8d96f4835130f3ae5be0538575afe6e8d2 /Misc
parent8af57810946c216b3e18c94c8f0ee3c0c96566a9 (diff)
downloadcpython-087bb48acac997c06e69dae25bae2dd75194b980.zip
cpython-087bb48acac997c06e69dae25bae2dd75194b980.tar.gz
cpython-087bb48acac997c06e69dae25bae2dd75194b980.tar.bz2
gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (#127220)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-24-14-53-35.gh-issue-127196.8CBkUa.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-24-14-53-35.gh-issue-127196.8CBkUa.rst b/Misc/NEWS.d/next/Library/2024-11-24-14-53-35.gh-issue-127196.8CBkUa.rst
new file mode 100644
index 0000000..471f64d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-24-14-53-35.gh-issue-127196.8CBkUa.rst
@@ -0,0 +1,2 @@
+Fix crash when dict with keys in invalid encoding were passed to several
+functions in ``_interpreters`` module.