Open
Description
Bug report
On a case insensitive filesystem, shutil.move(r'D:\Folder', r'd:\folder\subfolder') will run and cause recureive file/directory copying until hitting OS path length limitation.
Your environment
- CPython versions tested on: 11., 12.
- Operating system and architecture: Windows