We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sync-typeshed.py
1 parent 344298e commit eb1ee97Copy full SHA for eb1ee97
1 file changed
misc/sync-typeshed.py
@@ -179,10 +179,10 @@ def main() -> None:
179
print("Created typeshed sync commit.")
180
181
commits_to_cherry_pick = [
182
- "9859fe7ba", # LiteralString reverts
183
- "378a866e9", # sum reverts
184
- "2816b97d5", # ctypes reverts
185
- "7d987a105", # ParamSpec for functools.wraps
+ "588623ff2", # LiteralString reverts
+ "bdcc90e85", # sum reverts
+ "3e5d81337", # ctypes reverts
+ "344298e3a", # ParamSpec for functools.wraps
186
]
187
for commit in commits_to_cherry_pick:
188
try:
0 commit comments