File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
#include "sliceobject.h"
73
73
#include "cpython/cellobject.h"
74
74
#include "iterobject.h"
75
+ #include "cpython/initconfig.h"
75
76
#include "pystate.h"
76
77
#include "cpython/genobject.h"
77
78
#include "descrobject.h"
83
84
#include "cpython/pytime.h"
84
85
#include "codecs.h"
85
86
#include "pyerrors.h"
86
- #include "cpython/initconfig.h"
87
87
#include "pythread.h"
88
88
#include "cpython/context.h"
89
89
#include "modsupport.h"
Original file line number Diff line number Diff line change 2
2
# error "this header file must not be included directly"
3
3
#endif
4
4
5
- #include "cpython/initconfig.h"
6
-
7
5
PyAPI_FUNC (int ) _PyInterpreterState_RequiresIDRef (PyInterpreterState * );
8
6
PyAPI_FUNC (void ) _PyInterpreterState_RequireIDRef (PyInterpreterState * , int );
9
7
Original file line number Diff line number Diff line change
1
+ Fix Python.h to build C extensions with Xcode: remove a relative include
2
+ from ``Include/cpython/pystate.h ``.
You can’t perform that action at this time.
0 commit comments