]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Sep 2019 22:18:05 +0000 (15:18 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2019 22:18:05 +0000 (15:18 -0700)
commitcad7abf8abe657b696b9c8deb4b727e0cefaf36d
tree45548b080b6d87eebf33c63f16e27c8a4059c016
parent5e194f57c08898cb8da457c6584402a2be2c828d
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)

(cherry picked from commit 772ec0fad57412daa53d16d7019b6b2fe6e94942)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2019-09-04-14-01-08.bpo-38030._USdtk.rst [new file with mode: 0644]
Modules/posixmodule.c