]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
authorChristian Heimes <christian@python.org>
Sun, 28 Nov 2021 18:40:27 +0000 (20:40 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Nov 2021 18:40:27 +0000 (19:40 +0100)
commitf87ea0350286837e9e96de03f8bfa215176c2928
tree80950443b07bb7ff42bab26e29e4e5383d5041c8
parentaaf42222cfd5774d23ca48ff304ace1f64426201
bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
Misc/NEWS.d/next/Core and Builtins/2021-11-28-11-25-08.bpo-45915.TSGcLF.rst [new file with mode: 0644]
Python/pylifecycle.c