We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943174b commit 2d8b57fCopy full SHA for 2d8b57f
Objects/typeslots.py
@@ -36,6 +36,8 @@ def generate_typeslots(out=sys.stdout):
36
for i in range(1,M):
37
if i in res:
38
out.write("%s,\n" % res[i])
39
+ else:
40
+ out.write("{0, 0},\n")
41
42
43
def main():
0 commit comments