Skip to content

Commit a3eb04b

Browse files
committed
[GR-10936] Replace PyPy inlined files with those from CPython 3.6.5
PullRequest: graalpython/124
2 parents 1624dd9 + 554b876 commit a3eb04b

File tree

579 files changed

+26027
-13185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

579 files changed

+26027
-13185
lines changed

graalpython/com.oracle.graal.python.cext/include/Python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
#include "unicodeobject.h"
7676
#include "pystate.h"
7777
#include "pyarena.h"
78-
#include "compile.h"
7978
#include "pythonrun.h"
79+
#include "compile.h"
8080
#include "ceval.h"
8181
#include "pyerrors.h"
8282
#include "modsupport.h"

0 commit comments

Comments
 (0)