[issue32026] Memory leaks in Python on Windows

Steve Dower report at bugs.python.org
Wed Nov 15 12:22:30 EST 2017


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

I don't think the refleak handling would detect leaks across PyInitialize/PyFinalize calls anyway.

Really, we probably just need to loop Initialize/Finalize a few hundred times and measure the memory usage of the process before/after. That will handle a range of leaks, though it doesn't necessarily help us track them down.

----------
stage:  -> test needed

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


More information about the Python-bugs-list mailing list