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 vstinner
Recipients steve.dower, vstinner, xiang.zhang
Date 2016-12-21.10:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482317053.55.0.568316618146.issue29034@psf.upfronthosting.co.za>
In-reply-to
Content
Oh crap, memory leaks on Windows are rarely checked. I recall that I found a huge memory leak on Windows just before Python 3.6 beta 1 release:

changeset:   103956:6232e610e310
branch:      3.6
parent:      103954:c1d9052996f1
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Mon Sep 19 11:55:44 2016 +0200
files:       Misc/NEWS Modules/posixmodule.c
description:
Fix memory leak in path_converter()

Issue #28200: Replace PyUnicode_AsWideCharString() with
PyUnicode_AsUnicodeAndSize().
History
Date User Action Args
2016-12-21 10:44:13vstinnersetrecipients: + vstinner, steve.dower, xiang.zhang
2016-12-21 10:44:13vstinnersetmessageid: <1482317053.55.0.568316618146.issue29034@psf.upfronthosting.co.za>
2016-12-21 10:44:13vstinnerlinkissue29034 messages
2016-12-21 10:44:13vstinnercreate