]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123930: Better error for "from imports" when script shadows module (#123929)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 24 Oct 2024 19:11:12 +0000 (12:11 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 19:11:12 +0000 (12:11 -0700)
commit500f5338a8fe13719478589333fcd296e8e8eb02
treeb44c7630f1d618e01647d1e8c01eeecde706586c
parent3f24bde0b6689b8f05872a8118a97908b5a94659
gh-123930: Better error for "from imports" when script shadows module (#123929)
Doc/whatsnew/3.13.rst
Include/internal/pycore_moduleobject.h
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-11-01-32-07.gh-issue-123930.BkPfB6.rst [new file with mode: 0644]
Objects/moduleobject.c
Python/ceval.c