Skip to content

Commit b7b15d4

Browse files
Add exemption for copy.replace not matching runtime signature
1 parent 9d38af3 commit b7b15d4

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

stdlib/@tests/stubtest_allowlists/py313.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# New errors in Python 3.13
33
# =========================
44

5+
# No way to express keyword-only ParamSpec
6+
copy.replace
7+
58

69
# ====================================
710
# Pre-existing errors from Python 3.12

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ importlib.util.Loader.exec_module # See Lib/importlib/_abc.py. Might be defined
4545
# Pre-existing errors from Python 3.13
4646
# ====================================
4747

48+
# No way to express keyword-only ParamSpec
49+
copy.replace
4850

4951
# =======
5052
# >= 3.12

0 commit comments

Comments
 (0)