Skip to content

Commit 5ad85f7

Browse files
authored
update allowlists
1 parent 4dadebe commit 5ad85f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ concurrent.interpreters._queues.UNBOUND_REMOVE
4040

4141
importlib.util.Loader.exec_module # See Lib/importlib/_abc.py. Might be defined for backwards compatibility
4242

43+
# Condition functions are exported in __init__
44+
threading.Condition.locked
45+
multiprocessing.dummy.Condition.locked
4346

4447
# ====================================
4548
# Pre-existing errors from Python 3.13

0 commit comments

Comments
 (0)