commit | 3d86e484de6334fe16cbab512744597bd0de4e80 | [log] [tgz] |
---|---|---|
author | Stéphane Wirtel <stephane@wirtel.be> | Tue Jan 30 07:04:36 2018 +0100 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Jan 29 22:04:36 2018 -0800 |
tree | 36f3fbe909d391dddf39556c965cd57097771300 | |
parent | ce237c7d58ba207575cdfb0195a58a6407fbf717 [diff] |
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346) See https://bugs.python.org/issue32441 for where this was introduced.