]> granicus.if.org Git - python/commit
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
authorSteve Dower <steve.dower@python.org>
Wed, 4 Sep 2019 21:42:54 +0000 (14:42 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2019 21:42:54 +0000 (14:42 -0700)
commit772ec0fad57412daa53d16d7019b6b2fe6e94942
tree29643e09afda8b8f31bc85db1d9b58b0427aeab4
parent60bd1f88f21073965a444c8b39c4202d015da5d6
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
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