mirror of
https://github.com/python/cpython.git
synced 2025-10-30 01:47:38 +00:00
gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421)
This commit is contained in:
parent
8332e85b2f
commit
aa7bcf284f
6 changed files with 113 additions and 8 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix blocking :func:`os.fwalk` and :func:`shutil.rmtree` on opening named
|
||||
pipe.
|
||||
Loading…
Add table
Add a link
Reference in a new issue