[issue28075] os.stat fails when access is denied

Eryk Sun report at bugs.python.org
Sun Sep 11 10:11:27 EDT 2016


Eryk Sun added the comment:

I overlooked attempting to open a paging-file for any access, which is hard coded as a sharing violation. The attached patch checks for both cases.

----------
keywords: +patch
Added file: http://bugs.python.org/file44554/issue_28075_01.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28075>
_______________________________________


More information about the Python-bugs-list mailing list