]> granicus.if.org Git - python/commit
bpo-37834: Prevent shutil.rmtree exception (GH-15602)
authorNed Deily <nad@python.org>
Thu, 29 Aug 2019 21:20:03 +0000 (17:20 -0400)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 29 Aug 2019 21:20:03 +0000 (23:20 +0200)
commit7fcc2088a50a4ecb80e5644cd195bee209c9f979
tree5e1c7d85519d76fbb38effed639d32cc78e87f2e
parente278335a6eb049e6028db9a8dcb8baac6cb365ee
bpo-37834: Prevent shutil.rmtree exception (GH-15602)

when built on non-Windows system without fd system call support,
like older versions of macOS.
Lib/shutil.py
Misc/NEWS.d/next/Library/2019-08-29-16-41-36.bpo-37834.FThnsh.rst [new file with mode: 0644]