There was an error while loading. Please reload this page.
1 parent dafdc19 commit 8a3c451Copy full SHA for 8a3c451
1 file changed
stdlib/@tests/stubtest_allowlists/py315.txt
@@ -23,7 +23,6 @@ importlib._abc.Loader.load_module
23
importlib._bootstrap_external.NamespacePath
24
importlib.resources._common.package_to_anchor
25
mailbox._ProxyFile.__class_getitem__
26
-threading.Condition.locked
27
28
# =============================================================
29
# Allowlist entries that cannot or should not be fixed; >= 3.15
@@ -86,6 +85,9 @@ concurrent.interpreters._crossinterp.UnboundItem.singleton
86
85
concurrent.interpreters._crossinterp.UNBOUND_ERROR
87
concurrent.interpreters._crossinterp.UNBOUND_REMOVE
88
+# Condition functions are exported in __init__
89
+threading.Condition.locked
90
+
91
# Assigning `__new__` causes `func` not to get recognized.
92
functools.partialmethod.__new__
93
0 commit comments