]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151510: Fix __lazy_import__ without frame (#151511)
authorAN Long <aisk@users.noreply.github.com>
Wed, 17 Jun 2026 18:09:51 +0000 (03:09 +0900)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2026 18:09:51 +0000 (14:09 -0400)
commiteff805b7a7a9678639bbcebe804864406cc4eab2
tree22d635e06e6a40679bab0e6c817055e60e4ca443
parent16185e9fe2037d2171626f79c3d099bd7772b53e
gh-151510: Fix __lazy_import__ without frame (#151511)
Lib/test/test_lazy_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-16-00-45-42.gh-issue-151510.HJ-kGn.rst [new file with mode: 0644]
Modules/_testcapi/import.c
Python/bltinmodule.c