]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
authorIan Norton <inorton@gmail.com>
Fri, 14 Feb 2020 03:09:11 +0000 (03:09 +0000)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 03:09:11 +0000 (19:09 -0800)
commita9edf44a2de9b23a1690b36cdfeed7b41ab763bd
tree0779808c2515c8b582b5c4a6eb8b58faaaa6f4d4
parentf632736023502816f2e6bd714d1b48c81aa2ccc1
closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)

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>
Misc/NEWS.d/next/Core and Builtins/2020-02-13-07-35-00.bpo-39619.inb_master_chroot.rst [new file with mode: 0644]
configure
configure.ac