]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:56:49 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 18:56:49 +0000 (18:56 +0000)
commit0977fc23fdc589fc089efee5733612e37480ea9e
tree57a62b79a1482d8027d85ea9000f7e1211dbb457
parent9e3d9fc4cf411899ab915d94f3e6ab9c71a80de7
[3.14] gh-150633: Properly handle null characters in the name when importing frozen modules (GH-150634) (GH-151101)

(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