]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Mar 2024 09:40:28 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 09:40:28 +0000 (11:40 +0200)
commitaa7bcf284f006434b07839d82f325618f7a5c06c
treef295c0cc868042e4096466ce97a53e0dad05d25d
parent8332e85b2f079e8b9334666084d1f8495cff25c1
gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421)
Lib/os.py
Lib/shutil.py
Lib/test/test_glob.py
Lib/test/test_os.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Library/2024-03-06-18-30-37.gh-issue-116401.3Wcda2.rst [new file with mode: 0644]