Browse Source

bpo-36900: Fix compilation on HP-UX (GH-13614)

dynload_hpux.c: add #include "pycore_pystate.h" for
_PyInterpreterState_GET_UNSAFE().
pull/13250/merge
Victor Stinner 7 years ago
committed by GitHub
parent
commit
9ea277a788
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Python/dynload_hpux.c

1
Python/dynload_hpux.c

@ -6,6 +6,7 @@
#include "Python.h"
#include "importdl.h"
#include "pycore_pystate.h"
#if defined(__hp9000s300)
#define FUNCNAME_PATTERN "_%.20s_%.200s"

Loading…
Cancel
Save