]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150633: Properly handle null characters in the name when importing frozen modules...
authorThomas Kowalski <thom.kowa@gmail.com>
Mon, 8 Jun 2026 18:31:54 +0000 (20:31 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 18:31:54 +0000 (21:31 +0300)
commit54de5475cd753e2519692c3e54af0f150e0a8b62
tree4696fcfcfed9196705aeec8b61cb10c75aac6168
parent5c1321731403031d933ca469977e4bb3859c8680
gh-150633: Properly handle null characters in the name when importing frozen modules (GH-150634)
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