]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45919: Use WinAPI GetFileType() in is_valid_fd() (GH-30082)
authorDong-hee Na <donghee.na@python.org>
Mon, 13 Dec 2021 12:57:59 +0000 (21:57 +0900)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 12:57:59 +0000 (21:57 +0900)
commit191c431de7d9b23484dd16f67e62c6e85a1fac7f
tree9bfef0bfce875d0deb1bd6c024d8f292ce7cbc96
parente09705f58fc2ff3cc2720c6337ae3f48bb7cb090
bpo-45919: Use WinAPI GetFileType() in is_valid_fd() (GH-30082)
Python/pylifecycle.c