summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2024-11-11 11:35:56 (GMT)
committerGitHub <noreply@github.com>2024-11-11 11:35:56 (GMT)
commit9fc2808eaf4e74a9f52f44d20a7d1110bd949d41 (patch)
treecb6853a90f56029aadaeb6fb0d097ef7b898e5c3 /Misc/NEWS.d/next/Library
parent6ee542d491589b470ec7cdd353463ff9ff52d098 (diff)
downloadcpython-9fc2808eaf4e74a9f52f44d20a7d1110bd949d41.zip
cpython-9fc2808eaf4e74a9f52f44d20a7d1110bd949d41.tar.gz
cpython-9fc2808eaf4e74a9f52f44d20a7d1110bd949d41.tar.bz2
gh-126654: Fix crash in several functions in `_interpreters` module (#126678)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-11-13-00-21.gh-issue-126654.4gfP2y.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-11-13-00-21.gh-issue-126654.4gfP2y.rst b/Misc/NEWS.d/next/Library/2024-11-11-13-00-21.gh-issue-126654.4gfP2y.rst
new file mode 100644
index 0000000..750158e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-11-13-00-21.gh-issue-126654.4gfP2y.rst
@@ -0,0 +1,2 @@
+Fix crash when non-dict was passed to several functions in ``_interpreters``
+module.