]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Jan 2025 20:10:08 +0000 (21:10 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2025 20:10:08 +0000 (20:10 +0000)
commit0d2b9abd18ff4fc6d2fbf1b398b411ed3b76266c
tree2e1e7488cb238d456a54511602702217ebe73565
parentc57ef49337c6720a76c5f2203d07d6d6d64f421f
[3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (GH-127220) (#128689)

gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (GH-127220)
(cherry picked from commit 087bb48acac997c06e69dae25bae2dd75194b980)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test__interpreters.py
Misc/NEWS.d/next/Library/2024-11-24-14-53-35.gh-issue-127196.8CBkUa.rst [new file with mode: 0644]
Modules/_interpretersmodule.c