]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Mar 2024 10:02:37 +0000 (12:02 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 10:02:37 +0000 (10:02 +0000)
commit9caad1f99bd2e84ec98924fbe7a9a1ef943f02ac
tree7ee3019a99fa7f18dad9b8142988e34d0e445172
parent9ef84b46dbd9a38e722485a6a772e40ce28b4411
[3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116716)

(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]