]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-150633: Properly handle null characters in the name when importing frozen...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2026 18:55:43 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 18:55:43 +0000 (18:55 +0000)
commit4834b45ee78a346f005cc356da7d848110b6f727
treedbbc9e7c28dae7494abbc2fb79057c424754bd15
parent947aa707c1703254eceb9bab9d412f36fdb87977
[3.13] gh-150633: Properly handle null characters in the name when importing frozen modules (GH-150634) (GH-151102)

(cherry picked from commit 54de5475cd753e2519692c3e54af0f150e0a8b62)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-30-20-19-35.gh-issue-150633.XkNul0.rst [new file with mode: 0644]
Python/import.c