mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Include pystate.h earlier so it can be referenced by ceval.h.
This commit is contained in:
parent
75aa0d6abe
commit
618af4b3ef
1 changed files with 2 additions and 2 deletions
|
@ -87,6 +87,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "pyerrors.h"
|
||||
#include "mymalloc.h"
|
||||
|
||||
#include "pystate.h"
|
||||
|
||||
#include "modsupport.h"
|
||||
#include "ceval.h"
|
||||
#include "pythonrun.h"
|
||||
|
@ -95,8 +97,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "import.h"
|
||||
#include "bltinmodule.h"
|
||||
|
||||
#include "pystate.h"
|
||||
|
||||
#include "abstract.h"
|
||||
|
||||
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue