Browse Source

rewrite such that this actually makes sense

pull/2332/head
Benjamin Peterson 14 years ago
parent
commit
8f56e0909f
  1. 2
      Python/ast.c

2
Python/ast.c

@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod)
return res;
}
/* This is down here, so defines like "test" don't intefere with access AST above. */
/* This is done here, so defines like "test" don't intefere with AST use above. */
#include "grammar.h"
#include "parsetok.h"
#include "graminit.h"

Loading…
Cancel
Save