8000
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 840c240 commit adfe297Copy full SHA for adfe297
ast27/Parser/tokenizer.c
@@ -16,7 +16,6 @@
16
#include "fileobject.h"
17
#include "codecs.h"
18
#include "abstract.h"
19
-#include "pydebug.h"
20
#endif /* PGEN */
21
22
#if PY_MINOR_VERSION >= 4
ast27/Python/ast.c
@@ -7,7 +7,6 @@
7
#include "../Include/Python-ast.h"
8
#include "../Include/grammar.h"
9
#include "../Include/node.h"
10
-#include "pyarena.h"
11
#include "../Include/ast.h"
12
#include "../Include/token.h"
13
#include "../Include/parsetok.h"
0 commit comments