Skip to content

Commit acde81b

Browse files
authored
Revert ParamSpec in functools.wraps on an ongoing basis (#14837)
1 parent 9d84db2 commit acde81b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

misc/sync-typeshed.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,10 @@ def main() -> None:
179179
print("Created typeshed sync commit.")
180180

181181
commits_to_cherry_pick = [
182-
"874afd970", # LiteralString reverts
183-
"3a240111e", # sum reverts
184-
"f968d6ce0", # ctypes reverts
182+
"634224acb", # LiteralString reverts
183+
"aa9e82eef", # sum reverts
184+
"83ecc1717", # ctypes reverts
185+
"9d84db24a", # ParamSpec for functools.wraps
185186
]
186187
for commit in commits_to_cherry_pick:
187188
subprocess.run(["git", "cherry-pick", commit], check=True)

0 commit comments

Comments
 (0)