We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc50ba2 commit 45e50deCopy full SHA for 45e50de
Parser/asdl_c.py
@@ -604,7 +604,7 @@ class PyTypesVisitor(PickleVisitor):
604
def visitModule(self, mod):
605
self.emit("""
606
typedef struct {
607
- PyObject_HEAD;
+ PyObject_HEAD
608
PyObject *dict;
609
} AST_object;
610
Python/Python-ast.c
@@ -456,7 +456,7 @@ static char *withitem_fields[]={
456
457
458
459
460
461
462
0 commit comments