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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-02.20:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549140707.32.0.841007676022.issue29734@roundup.psfhosted.org>
In-reply-to
Content
Steve, can you review and merge PR 740? Mark updated it to fix the handle leaks in win32_xstat_impl as mentioned in my previous message. They're unlikely but still should be fixed. In particular, iIt's unlikely that win32_get_reparse_tag (i.e. FSCTL_GET_REPARSE_POINT) will fail, but not quite as unlikely that get_target_path (i.e. GetFinalPathNameByHandleW) will fail (e.g. it will fail if the target is on an ImDisk ramdisk).
History
Date User Action Args
2019-02-02 20:51:49eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
2019-02-02 20:51:47eryksunsetmessageid: <1549140707.32.0.841007676022.issue29734@roundup.psfhosted.org>
2019-02-02 20:51:47eryksunlinkissue29734 messages
2019-02-02 20:51:47eryksuncreate