File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 106
106
#include "sliceobject.h"
107
107
#include "cellobject.h"
108
108
#include "iterobject.h"
109
+ #include "cpython/initconfig.h"
109
110
#include "genobject.h"
110
111
#include "descrobject.h"
111
112
#include "genericaliasobject.h"
118
119
119
120
#include "codecs.h"
120
121
#include "pyerrors.h"
121
-
122
- #include "cpython/initconfig.h"
123
122
#include "pythread.h"
124
123
#include "pystate.h"
125
124
#include "context.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