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 4dadebe commit 5ad85f7Copy full SHA for 5ad85f7
stdlib/@tests/stubtest_allowlists/py314.txt
@@ -40,6 +40,9 @@ concurrent.interpreters._queues.UNBOUND_REMOVE
40
41
importlib.util.Loader.exec_module # See Lib/importlib/_abc.py. Might be defined for backwards compatibility
42
43
+# Condition functions are exported in __init__
44
+threading.Condition.locked
45
+multiprocessing.dummy.Condition.locked
46
47
# ====================================
48
# Pre-existing errors from Python 3.13
0 commit comments