[issue32026] Memory leaks in Python on Windows

STINNER Victor report at bugs.python.org
Wed Nov 15 22:35:35 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

Python doesn't clean everything at exit: see bpo-29881.

I just modified Py_Main() in bpo-32030 to clean a few more bytes (like program_name): see pymain_free() in Modules/main.c.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32026>
_______________________________________


More information about the Python-bugs-list mailing list