[issue29734] nt._getfinalpathname handle leak

2017-03-20 Thread Mark Becwar
Changes by Mark Becwar : -- pull_requests: +653 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue29734] nt._getfinalpathname handle leak

2017-03-18 Thread Mark Becwar
Changes by Mark Becwar : -- pull_requests: -628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue29734] nt._getfinalpathname handle leak

2017-03-17 Thread Mark Becwar
Changes by Mark Becwar : -- pull_requests: +628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue29734] nt._getfinalpathname handle leak

2017-03-06 Thread Eryk Sun
New submission from Eryk Sun: The implementation of nt._getfinalpathname leaks a File handle if calling GetFinalPathNameByHandle fails. The latter function is practically guaranteed to fail when resolving the path for a non-file-system device. It also fails when VOLUME_NAME_DOS is requested fo