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.
1 parent 0dd4b6f commit 8c2ef9dCopy full SHA for 8c2ef9d
misc/sync-typeshed.py
@@ -179,10 +179,10 @@ def main() -> None:
179
print("Created typeshed sync commit.")
180
181
commits_to_cherry_pick = [
182
- "588623ff2", # LiteralString reverts
183
- "bdcc90e85", # sum reverts
184
- "3e5d81337", # ctypes reverts
185
- "344298e3a", # ParamSpec for functools.wraps
+ "d25e4a9eb", # LiteralString reverts
+ "d132999ba", # sum reverts
+ "dd12a2d81", # ctypes reverts
+ "0dd4b6f75", # ParamSpec for functools.wraps
186
]
187
for commit in commits_to_cherry_pick:
188
try:
0 commit comments