]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142029: Raise `ValueError` instead of crashing on empty name given to `create_buil...
authordr-carlos <77367421+dr-carlos@users.noreply.github.com>
Wed, 10 Dec 2025 06:31:57 +0000 (17:01 +1030)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 06:31:57 +0000 (12:01 +0530)
commit70671267c11c562c6ca682eebf863616b258c20a
tree854315214036676ac310f8c6692a472439ff8811
parentd716e3b2dd33de27aaa31e8204723195c5ba706c
gh-142029: Raise `ValueError` instead of crashing on empty name given to `create_builtin()` (#142033)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-28-16-45-07.gh-issue-142029.JuXiKu.rst [new file with mode: 0644]
Python/import.c