Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit adfe297

Browse files
authored
Allow compilation on python 3.10.0a6 (#155)
Closes #156. (Except for Apple Silicon.)
1 parent 840c240 commit adfe297

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ast27/Parser/tokenizer.c

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "fileobject.h"
1717
#include "codecs.h"
1818
#include "abstract.h"
19-
#include "pydebug.h"
2019
#endif /* PGEN */
2120

2221
#if PY_MINOR_VERSION >= 4

ast27/Python/ast.c

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "../Include/Python-ast.h"
88
#include "../Include/grammar.h"
99
#include "../Include/node.h"
10-
#include "pyarena.h"
1110
#include "../Include/ast.h"
1211
#include "../Include/token.h"
1312
#include "../Include/parsetok.h"

0 commit comments

Comments
 (0)