R. David Murray added the comment:

How are you defining "leak"?  It isn't a leak if Python allocates memory that 
it doesn't free when doing a new operation.  If you do that operation 
repeatedly and memory use continues to increase, that would be a leak.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27831>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to