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 python-dev
Recipients Okko.Willeboordse, eryksun, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-18.00:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160918003022.19786.68001.E0F329FC@psf.io>
In-reply-to
Content
New changeset db4b254f5df4 by Steve Dower in branch '3.5':
Issue #27932: Prevent memory leak in win32_ver().
https://hg.python.org/cpython/rev/db4b254f5df4

New changeset 14fca2c8eb36 by Steve Dower in branch '3.6':
Issue #27932: Prevent memory leak in win32_ver().
https://hg.python.org/cpython/rev/14fca2c8eb36

New changeset 19ceb5034fe5 by Steve Dower in branch 'default':
Issue #27932: Prevent memory leak in win32_ver().
https://hg.python.org/cpython/rev/19ceb5034fe5
History
Date User Action Args
2016-09-18 00:30:27python-devsetrecipients: + python-dev, paul.moore, vstinner, tim.golden, Okko.Willeboordse, zach.ware, eryksun, steve.dower
2016-09-18 00:30:26python-devlinkissue27932 messages
2016-09-18 00:30:25python-devcreate