Skip to content

Commit 1c6b94d

Browse files
committed
bpo-40642: use file-relative include for initconfig.h in pystate.h
1 parent e161ec5 commit 1c6b94d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Include/cpython/pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# error "this header file must not be included directly"
33
#endif
44

5-
#include "cpython/initconfig.h"
5+
#include "initconfig.h"
66

77
PyAPI_FUNC(int) _PyInterpreterState_RequiresIDRef(PyInterpreterState *);
88
PyAPI_FUNC(void) _PyInterpreterState_RequireIDRef(PyInterpreterState *, int);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use file-relative include for ``initconfig.h`` in ``pystate.h``.

0 commit comments

Comments
 (0)