]> granicus.if.org Git - python/commit
[3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603)
authorŁukasz Langa <lukasz@langa.pl>
Thu, 29 Aug 2019 21:51:19 +0000 (23:51 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 21:51:19 +0000 (23:51 +0200)
commit25a044ee6ce50a9172478cc61d914644778455f6
treeca71c7486ab9a2b80575543c8fbcd540b535d5dd
parent96631dcb11c2786f470d4586bf23ecca14361506
[3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603)

when built on non-Windows system without fd system call support,
like older versions of macOS.
(cherry picked from commit 7fcc2088a50a4ecb80e5644cd195bee209c9f979)

Co-authored-by: Ned Deily <nad@python.org>
Lib/shutil.py
Misc/NEWS.d/next/Library/2019-08-29-16-41-36.bpo-37834.FThnsh.rst [new file with mode: 0644]