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 Okko.Willeboordse
Recipients Okko.Willeboordse, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-01.15:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANndUd-nTtdb+G2Gk8K5jXsM+cawqeKMsupsuYBHfHSPAosyjQ@mail.gmail.com>
In-reply-to <1472744139.76.0.0236775285785.issue27932@psf.upfronthosting.co.za>
Content
I did a gc.get_objects() before and after platform.win32_ver() and printed
objects that were not present before calling platform.win32_ver().

If I run platform.win32_ver() in a loop I see the memory increasing.

On 1 September 2016 at 17:35, STINNER Victor <report@bugs.python.org> wrote:

>
> STINNER Victor added the comment:
>
> Hum, can you please elaborate the issue? What is leaked_objects.txt?
>
> ----------
> nosy: +haypo
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue27932>
> _______________________________________
>
History
Date User Action Args
2016-09-01 15:38:35Okko.Willeboordsesetrecipients: + Okko.Willeboordse, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2016-09-01 15:38:35Okko.Willeboordselinkissue27932 messages
2016-09-01 15:38:35Okko.Willeboordsecreate