]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Mar 2024 10:03:17 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 10:03:17 +0000 (10:03 +0000)
commit4a73637966d3797b32f0927ce63b34ddb0efe9f7
treef18a80d21205b159bff2d78792173a3fadaa919b
parent5bd350709d39672752537c37f027b984319dc8be
[3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116717)

(cherry picked from commit aa7bcf284f006434b07839d82f325618f7a5c06c)
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]