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 steve.dower
Recipients eryksun, izbyshev, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-08.22:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520549438.98.0.467229070634.issue33016@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 32efcd13069a89abf007373274ee1bc0909d1996 by Steve Dower in branch '3.6':
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6032)
https://github.com/python/cpython/commit/32efcd13069a89abf007373274ee1bc0909d1996
History
Date User Action Args
2018-03-08 22:50:39steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, izbyshev, miss-islington
2018-03-08 22:50:38steve.dowersetmessageid: <1520549438.98.0.467229070634.issue33016@psf.upfronthosting.co.za>
2018-03-08 22:50:38steve.dowerlinkissue33016 messages
2018-03-08 22:50:38steve.dowercreate