]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145057: Fix test names and comments to reflect `sys.lazy_modules` is a dict, not...
authorBartosz Sławecki <bartosz@ilikepython.com>
Fri, 27 Mar 2026 21:35:50 +0000 (22:35 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 21:35:50 +0000 (14:35 -0700)
commit69b08c397b92b6353406cec53f2b927fab1199d0
treefce54e4a827df551728068a18ffe2b130cf2c443
parent73cc1fd4f45b4daf2b2f9a6be69148775c7c2bff
gh-145057: Fix test names and comments to reflect `sys.lazy_modules` is a dict, not a set (#146084)

Fix test names and comments to reflect sys.lazy_modules is a dict, not a set
Lib/test/test_lazy_import/__init__.py