[issue32026] Memory leaks in Python on Windows

Steve Dower report at bugs.python.org
Tue Nov 14 12:19:30 EST 2017


Steve Dower <steve.dower at python.org> added the comment:

Not sure how much we can do about this, but you may want to try with Python 3.7. Eric and Nick have been working on streamlining startup, which includes a lot of work (thanks Eric!) to remove static variables.

Don't expect a fix in Python 3.6 for this, and don't be surprised if Eric/Nick closes this and references whichever bug they're using to track the other work, but it is something that we're aware of and are (slowly) working to address.

----------
nosy: +eric.snow, ncoghlan
versions: +Python 3.7 -Python 3.6

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


More information about the Python-bugs-list mailing list