]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 17 Sep 2016 12:49:59 +0000 (15:49 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 17 Sep 2016 12:49:59 +0000 (15:49 +0300)
commit0b4dc4846b603025ee8da4403e87cad7739ac8f7
tree263840dab088cf253ad63b2e670a3195a079734a
parent6d57fe1c23430d0d51de243a177670b76c37dab5
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()

Patch by Eryk Sun.
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c