]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)...
authorcptpcrd <31829097+cptpcrd@users.noreply.github.com>
Thu, 21 Jan 2021 10:46:53 +0000 (05:46 -0500)
committerGitHub <noreply@github.com>
Thu, 21 Jan 2021 10:46:53 +0000 (11:46 +0100)
commit844ec0ba6606b60a59b7da82c54c1e646424259c
treef1643651fd0ab766ac4cb1f88e060ec1d9e995ce
parentebb2f26cd8b7c0b4919e994a8e62b6e709597939
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277)

(cherry picked from commit 7dc71c425cf6aa6a4070a418dce5d95ca435c79f)
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2021-01-08-15-49-20.bpo-42780.rtqi6B.rst [new file with mode: 0644]
Python/fileutils.c