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 izbyshev
Recipients eryksun, izbyshev, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-08.23:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520551547.73.0.467229070634.issue33016@psf.upfronthosting.co.za>
In-reply-to
Content
> We know that the path is valid because we have a handle (in this case the file system ensures that no parent directory in the path can be unlinked or renamed).

Thank you for pointing this out. I erroneously stated that the length of the path could increase between GetFinalPathNameByHandle calls because an intermediate directory could be renamed, but actually I've only checked that the last part can be renamed (or even deleted, though it'll still linger in inaccessible state until the handle is closed).
History
Date User Action Args
2018-03-08 23:25:47izbyshevsetrecipients: + izbyshev, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, miss-islington
2018-03-08 23:25:47izbyshevsetmessageid: <1520551547.73.0.467229070634.issue33016@psf.upfronthosting.co.za>
2018-03-08 23:25:47izbyshevlinkissue33016 messages
2018-03-08 23:25:47izbyshevcreate