commit | 693945d45dfe50c843970cab3e3aa1fa3a3eddbe | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jun 17 01:45:26 2019 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Mon Jun 17 10:45:26 2019 +0200 |
tree | 777fbe3c67a84a9346041723e57fa1ebead64656 | |
parent | ad505918a1829e6fa2a48a7665234d60a9377e98 [diff] |
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14140) On Windows, os.dup() no longer creates an inheritable fd when handling a character file. (cherry picked from commit 28fca0c422b425a6be43be31add0a5328c16b0b8) Co-authored-by: Zackery Spytz <zspytz@gmail.com>