]> granicus.if.org Git - python/commit
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
authorStéphane Wirtel <stephane@wirtel.be>
Tue, 30 Jan 2018 06:04:36 +0000 (07:04 +0100)
committerGregory P. Smith <greg@krypto.org>
Tue, 30 Jan 2018 06:04:36 +0000 (22:04 -0800)
commit3d86e484de6334fe16cbab512744597bd0de4e80
tree36f3fbe909d391dddf39556c965cd57097771300
parentce237c7d58ba207575cdfb0195a58a6407fbf717
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.
Misc/NEWS.d/next/C API/2018-01-26-17-29-29.bpo-32681.N1ruWa.rst [new file with mode: 0644]
Modules/posixmodule.c