Skip to content

Commit 8c38a83

Browse files
committed
os is frozen in 3.11
1 parent d22446d commit 8c38a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_tests/snippets/stdlib_imp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
assert _imp.is_builtin("not existing module") == False
77

88
assert _imp.is_frozen("__hello__") == True
9-
assert _imp.is_frozen("os") == False
9+
assert _imp.is_frozen("math") == False
1010

1111
class FakeSpec:
1212
def __init__(self, name):

0 commit comments

Comments
 (0)