]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149981: Test lazy import corner cases with module-level `__getattr__` ...
authorsobolevn <mail@sobolevn.me>
Thu, 21 May 2026 09:53:00 +0000 (12:53 +0300)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 09:53:00 +0000 (09:53 +0000)
commita56a27100084c3011667ded3e93d552b4020ca68
treedcf9bbfad1f40586545f5bbc4ca5045fc23cf50d
parentdea552c1b67192020d8be7f47d6e8ef974100ed2
[3.15] gh-149981: Test lazy import corner cases with module-level `__getattr__` (GH-149982) (#150185)

(cherry picked from commit 6dbf4ba403cd38d0219d3c7514f61c2ac8f6a74f)
Lib/test/test_lazy_import/__init__.py
Lib/test/test_lazy_import/data/module_with_getattr.py
Lib/test/test_lazy_import/data/pkg/__init__.py