Thanks to visit codestin.com Credit goes to github.com
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 ec665cc commit 0222bf4Copy full SHA for 0222bf4
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
- "2f6b6e66c", # LiteralString reverts
183
- "120af30e7", # sum reverts
184
- "1866d28f1", # ctypes reverts
185
- "3240da455", # ParamSpec for functools.wraps
+ "9859fe7ba", # LiteralString reverts
+ "378a866e9", # sum reverts
+ "2816b97d5", # ctypes reverts
+ "7d987a105", # ParamSpec for functools.wraps
186
]
187
for commit in commits_to_cherry_pick:
188
try:
0 commit comments