Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion stdlib/@tests/stubtest_allowlists/py315.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ importlib._abc.Loader.load_module
importlib._bootstrap_external.NamespacePath
importlib.resources._common.package_to_anchor
mailbox._ProxyFile.__class_getitem__
threading.Condition.locked

# =============================================================
# Allowlist entries that cannot or should not be fixed; >= 3.15
Expand Down Expand Up @@ -86,6 +85,9 @@ concurrent.interpreters._crossinterp.UnboundItem.singleton
concurrent.interpreters._crossinterp.UNBOUND_ERROR
concurrent.interpreters._crossinterp.UNBOUND_REMOVE

# Condition functions are exported in __init__
threading.Condition.locked

# Assigning `__new__` causes `func` not to get recognized.
functools.partialmethod.__new__

Expand Down