]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Aug 2018 22:37:18 +0000 (18:37 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Aug 2018 22:37:18 +0000 (18:37 -0400)
commit2cf33161f7cb4ca726c74fcfa2d6db27073953d8
tree139ea4ab3fcc403d54154a42cb94a8d6e98c23fd
parentfa3fd4cb181120007aefc408366c0cef6fb62f9d
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)

(cherry picked from commit 216b745eafa7cd4a683a8405dcfbd7f5567f504c)

Co-authored-by: Przemysław Spodymek <przemyslaw@spodymek.com>
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst [new file with mode: 0644]