commit | 25a044ee6ce50a9172478cc61d914644778455f6 | [log] [tgz] |
---|---|---|
author | Ćukasz Langa <lukasz@langa.pl> | Thu Aug 29 21:51:19 2019 |
committer | GitHub <noreply@github.com> | Thu Aug 29 21:51:19 2019 |
tree | ca71c7486ab9a2b80575543c8fbcd540b535d5dd | |
parent | 96631dcb11c2786f470d4586bf23ecca14361506 [diff] |
[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>