Skip to content

Commit

Permalink
Revert ctypes patch on an ongoing basis (#14129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Nov 18, 2022
1 parent a206096 commit 1cc4a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def main() -> None:
commits_to_cherry_pick = [
"780534b13722b7b0422178c049a1cbbf4ea4255b", # LiteralString reverts
"5319fa34a8004c1568bb6f032a07b8b14cc95bed", # sum reverts
"0062994228fb62975c6cef4d2c80d00c7aa1c545", # ctypes reverts
]
for commit in commits_to_cherry_pick:
subprocess.run(["git", "cherry-pick", commit], check=True)
Expand Down

0 comments on commit 1cc4a7d

Please sign in to comment.