Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 618af4b

Browse files
committed
Include pystate.h earlier so it can be referenced by ceval.h.
1 parent 75aa0d6 commit 618af4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Include/Python.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ PERFORMANCE OF THIS SOFTWARE.
8787
#include "pyerrors.h"
8888
#include "mymalloc.h"
8989

90+
#include "pystate.h"
91+
9092
#include "modsupport.h"
9193
#include "ceval.h"
9294
#include "pythonrun.h"
@@ -95,8 +97,6 @@ PERFORMANCE OF THIS SOFTWARE.
9597
#include "import.h"
9698
#include "bltinmodule.h"
9799

98-
#include "pystate.h"
99-
100100
#include "abstract.h"
101101

102102
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))

0 commit comments

Comments
 (0)