Steve Dower <steve.do...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to