Skip to content

Commit

Permalink
Revert ParamSpec in functools.wraps on an ongoing basis (#14837)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Mar 5, 2023
1 parent 9d84db2 commit acde81b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,10 @@ def main() -> None:
print("Created typeshed sync commit.")

commits_to_cherry_pick = [
"874afd970", # LiteralString reverts
"3a240111e", # sum reverts
"f968d6ce0", # ctypes reverts
"634224acb", # LiteralString reverts
"aa9e82eef", # sum reverts
"83ecc1717", # ctypes reverts
"9d84db24a", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
subprocess.run(["git", "cherry-pick", commit], check=True)
Expand Down

0 comments on commit acde81b

Please sign in to comment.