]> granicus.if.org Git - python/commit
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2019 19:04:27 +0000 (12:04 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2019 19:04:27 +0000 (12:04 -0700)
commit3921d12174c1998d9df7a08d036a7fef2d587a64
treeccdc7bffaec66fea405e85d791af95d9cab57e1d
parent761e5a7c7f57cf2a09106c0afa038f04de6a9ed2
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)

(cherry picked from commit 5be666010e4df65dc4d831435cc92340ea369f94)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2019-08-22-09-04-44.bpo-37549.TpKI3M.rst [new file with mode: 0644]
Python/fileutils.c