]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151510: Fix __lazy_import__ without frame (GH-151511) (#151610)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jun 2026 18:40:33 +0000 (20:40 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2026 18:40:33 +0000 (18:40 +0000)
commit8fe5897853b1f5d8b7a1dc9fc2b72c6244a74983
tree7fa391cf3e96c6c4851507f8d69ebd1357b4c562
parent6d29a08d15caeeb3686ca88df1e01881d6ff686b
[3.15] gh-151510: Fix __lazy_import__ without frame (GH-151511) (#151610)

gh-151510: Fix __lazy_import__ without frame (GH-151511)
(cherry picked from commit eff805b7a7a9678639bbcebe804864406cc4eab2)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
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