This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Daniel Sauer
Recipients Daniel Sauer, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-09-14.12:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505391129.04.0.306094678144.issue31468@psf.upfronthosting.co.za>
In-reply-to
Content
On my Windows network drive os.path.samefile() seems to return True regardless of input paths. In my case this results in an error trying to save checkpoints of jupyter notebooks on this drive.
I am using Windows 7, my working directory is located on a network drive that is offline-available (CSC cache).
Tracing this problem back it seems to have something to do with nt._getfinalpathname() reporting a wrong result.
History
Date User Action Args
2017-09-14 12:12:09Daniel Sauersetrecipients: + Daniel Sauer, paul.moore, tim.golden, zach.ware, steve.dower
2017-09-14 12:12:09Daniel Sauersetmessageid: <1505391129.04.0.306094678144.issue31468@psf.upfronthosting.co.za>
2017-09-14 12:12:08Daniel Sauerlinkissue31468 messages
2017-09-14 12:12:08Daniel Sauercreate