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 1579fb9 commit e498ab5Copy full SHA for e498ab5
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-145452."""
+ """Check that static PyLazyImport_Type is initialized at startup."""
225
code = textwrap.dedent("""
226
lazy import json
227
print(globals()["json"].resolve)
0 commit comments