We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e6257 commit 1579fb9Copy full SHA for 1579fb9
1 file changed
Lib/test/test_lazy_import/__init__.py
@@ -221,7 +221,7 @@ def test_lazy_import_type_cant_construct(self):
221
222
@support.requires_subprocess()
223
def test_lazy_import_type_attributes_accessible(self):
224
- """Regression test for GH-145453."""
+ """Regression test for GH-145452."""
225
code = textwrap.dedent("""
226
lazy import json
227
print(globals()["json"].resolve)
0 commit comments