]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146369: Ensure `PYTHON_LAZY_IMPORTS=none` overrides `__lazy_modules__` (#146371)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 25 Mar 2026 11:08:45 +0000 (13:08 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2026 11:08:45 +0000 (11:08 +0000)
commitd0e66ef1c09d4bfece445878a00bcbbd3f9b58e1
tree3b609d840f2387d5787c042341afdea700676929
parent2be147e1e75022d66eecb80b46904ed61a7a574f
gh-146369: Ensure `PYTHON_LAZY_IMPORTS=none` overrides `__lazy_modules__` (#146371)
Lib/test/test_lazy_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-24-13-06-52.gh-issue-146369.6wDI6S.rst [new file with mode: 0644]
Python/ceval.c