Skip to content

Commit cf8038e

Browse files
Add sys.__jit to stubtest_allowlists
1 parent a0ab60b commit cf8038e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ importlib.metadata.DeprecatedNonAbstract.__new__
132132
importlib.resources._common.files
133133

134134
sys._monitoring # Doesn't really exist. See comments in the stub.
135+
sys.__jit # Similar to sys._monitoring
135136
sys.last_exc # not always defined
136137

137138
# These only exist to give a better error message if you try to subclass an instance

0 commit comments

Comments
 (0)