This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, matrixise, vstinner
Date 2018-01-30.06:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517292278.72.0.467229070634.issue32681@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 3d86e484de6334fe16cbab512744597bd0de4e80 by Gregory P. Smith (Stéphane Wirtel) in branch 'master':
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
https://github.com/python/cpython/commit/3d86e484de6334fe16cbab512744597bd0de4e80
History
Date User Action Args
2018-01-30 06:04:38gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, matrixise
2018-01-30 06:04:38gregory.p.smithsetmessageid: <1517292278.72.0.467229070634.issue32681@psf.upfronthosting.co.za>
2018-01-30 06:04:38gregory.p.smithlinkissue32681 messages
2018-01-30 06:04:38gregory.p.smithcreate