]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95754: Better error when script shadows a standard library or third party module...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 23 Apr 2024 01:24:21 +0000 (18:24 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 01:24:21 +0000 (18:24 -0700)
commit8e86579caef59fad0c54ac698d589f23a7951c55
treee844412f935160dbe8b0b487b4f4fc03eaec1581
parentc9829eec0883a8991ea4d319d965e123a3cf6c20
gh-95754: Better error when script shadows a standard library or third party module (#113769)
Doc/whatsnew/3.13.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core and Builtins/2024-01-07-03-38-34.gh-issue-95754.aPjEBG.rst [new file with mode: 0644]
Objects/moduleobject.c