]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:58:11 +0000 (20:58 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 18:58:11 +0000 (18:58 +0000)
commit5751633facde4e217c805a95dd679caa4e760d28
treed4aae34b3eba476bb0329f2978bbc1f06c756055
parente795bd4be7c0304b678beb5af7dc3e634af818ea
[3.15] gh-150633: Properly handle null characters in the name when importing frozen modules (GH-150634) (GH-151100)

(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