]> granicus.if.org Git - python/commit
bpo-36900: Fix compilation on HP-UX (GH-13614)
authorVictor Stinner <vstinner@redhat.com>
Tue, 28 May 2019 10:24:00 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 10:24:00 +0000 (12:24 +0200)
commit9ea277a788eabec102e8fe613b7f1e27995d5918
treeb9db0d37a7bed41cf34142132ade1cd73d6ec947
parentbafd4b5ac83b6cc0b7455290a04c4bfad34bdc90
bpo-36900: Fix compilation on HP-UX (GH-13614)

dynload_hpux.c: add #include "pycore_pystate.h" for
_PyInterpreterState_GET_UNSAFE().
Python/dynload_hpux.c