Hey everyone,

Just following up on this PR since it's been quiet for the last week. We've added test cases to confirm that this is still an issue in the latest build which needs fixing.

We've also determined that this bug affects moving immutable directories too, though only on darwin (MacOS). I'd appreciate a review+merge when possible.

Best,
Winson

On Thu, Jan 28, 2021 at 1:19 PM Winson Luk <winson.luk@gmail.com> wrote:
Hi folks,

I've had an open PR for a few weeks that still needs a review: https://github.com/python/cpython/pull/24001

This PR fixes a shutil.move() bug when permission to a directory is denied.

Thanks,
Winson