]> 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>
Wed, 20 Jan 2021 14:05:51 +0000 (09:05 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Jan 2021 14:05:51 +0000 (15:05 +0100)
commit7dc71c425cf6aa6a4070a418dce5d95ca435c79f
tree58d4d0fe3b680712a20b1e2c78eab629af76a1fd
parente0e398ef1855f3db708c682f70adc412f0877d59
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
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