Skip to content

Commit 9ea277a

Browse files
authored
bpo-36900: Fix compilation on HP-UX (GH-13614)
dynload_hpux.c: add #include "pycore_pystate.h" for _PyInterpreterState_GET_UNSAFE().
1 parent bafd4b5 commit 9ea277a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Python/dynload_hpux.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include "Python.h"
88
#include "importdl.h"
9+
#include "pycore_pystate.h"
910

1011
#if defined(__hp9000s300)
1112
#define FUNCNAME_PATTERN "_%.20s_%.200s"

0 commit comments

Comments
 (0)