Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36900: Fix compilation on HP-UX #13614

Merged
merged 1 commit into from
May 28, 2019
Merged

bpo-36900: Fix compilation on HP-UX #13614

merged 1 commit into from
May 28, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 28, 2019

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

https://bugs.python.org/issue36900

dynload_hpux.c: add #include "pycore_pystate.h" for
_PyInterpreterState_GET_UNSAFE().
@michael-o
Copy link
Contributor

Works for me on HP-UX with aCC.

@vstinner
Copy link
Member Author

Works for me on HP-UX with aCC.

Thanks for the test!

@vstinner vstinner merged commit 9ea277a into python:master May 28, 2019
@vstinner vstinner deleted the dynload_hpux branch May 28, 2019 10:24
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
dynload_hpux.c: add #include "pycore_pystate.h" for
_PyInterpreterState_GET_UNSAFE().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants