Skip to content

Commit 1cc4a7d

Browse files
authored
Revert ctypes patch on an ongoing basis (#14129)
1 parent a206096 commit 1cc4a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/sync-typeshed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def main() -> None:
187187
commits_to_cherry_pick = [
188188
"780534b13722b7b0422178c049a1cbbf4ea4255b", # LiteralString reverts
189189
"5319fa34a8004c1568bb6f032a07b8b14cc95bed", # sum reverts
190+
"0062994228fb62975c6cef4d2c80d00c7aa1c545", # ctypes reverts
190191
]
191192
for commit in commits_to_cherry_pick:
192193
subprocess.run(["git", "cherry-pick", commit], check=True)

0 commit comments

Comments
 (0)