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

Commit

Permalink
Allow compilation on python 3.10.0a6 (#155)
Browse files Browse the repository at this point in the history
Closes #156. (Except for Apple Silicon.)
  • Loading branch information
Theelx committed Mar 7, 2021
1 parent 840c240 commit adfe297
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ast27/Parser/tokenizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "fileobject.h"
#include "codecs.h"
#include "abstract.h"
#include "pydebug.h"
#endif /* PGEN */

#if PY_MINOR_VERSION >= 4
Expand Down
1 change: 0 additions & 1 deletion ast27/Python/ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "../Include/Python-ast.h"
#include "../Include/grammar.h"
#include "../Include/node.h"
#include "pyarena.h"
#include "../Include/ast.h"
#include "../Include/token.h"
#include "../Include/parsetok.h"
Expand Down

0 comments on commit adfe297

Please sign in to comment.