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

[3.8] closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495) #18509

Merged
merged 1 commit into from Feb 14, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 14, 2020

Setting -D_XOPEN_SOURCE=700 on HP-UX causes system functions such as chroot to be undefined. This change stops _XOPEN_SOURCE begin set on HP-UX

Co-authored-by: Benjamin Peterson benjamin@python.org
(cherry picked from commit a9edf44)

Co-authored-by: Ian Norton inorton@gmail.com

https://bugs.python.org/issue39619

Setting `-D_XOPEN_SOURCE=700` on HP-UX causes system functions such as chroot to be undefined.  This change stops `_XOPEN_SOURCE` begin set on HP-UX

Co-authored-by: Benjamin Peterson <benjamin@python.org>
(cherry picked from commit a9edf44)

Co-authored-by: Ian Norton <inorton@gmail.com>
@miss-islington
Copy link
Contributor Author

miss-islington commented Feb 14, 2020

@inorton and @benjaminp: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 28fc1ba into python:3.8 Feb 14, 2020
5 checks passed
@miss-islington miss-islington deleted the backport-a9edf44-3.8 branch Feb 14, 2020
@miss-islington
Copy link
Contributor Author

miss-islington commented Feb 14, 2020

@inorton and @benjaminp: Status check is done, and it's a success .

2 similar comments
@miss-islington
Copy link
Contributor Author

miss-islington commented Feb 14, 2020

@inorton and @benjaminp: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

miss-islington commented Feb 14, 2020

@inorton and @benjaminp: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

miss-islington commented Feb 14, 2020

@inorton and @benjaminp: Status check is done, and it's a failure .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants