]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144957: Fix lazy imports + module __getattr__ (GH-149624)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 11 May 2026 13:08:12 +0000 (06:08 -0700)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 13:08:12 +0000 (15:08 +0200)
commit56171da3417bc14fded2f42033d72f63e1bf7cd9
tree5a4f358ca531e0c74b138dd4587dd57e9ae05c8a
parentef877318a0dd522389e03cfb943b1af857964598
gh-144957: Fix lazy imports + module __getattr__ (GH-149624)
Lib/test/test_lazy_import/__init__.py
Lib/test/test_lazy_import/data/module_with_getattr.py [new file with mode: 0644]
Lib/test/test_lazy_import/data/pkg/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-09-15-22-32.gh-issue-144957.u1F2aQ.rst [new file with mode: 0644]
Objects/moduleobject.c