Eryk Sun <eryk...@gmail.com> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to