STINNER Victor <vstin...@redhat.com> added the comment:

Alexander Mohr reported a memory leak in his code using botocore (Python client 
for Amazon S3): bpo-33565. His code emited ResourceWarning, but these warnings 
are ignored by default. The link between ignored warnings and a memory leak is 
non obvious.

Serhiy: what do you think of backporting my _warnings change for the ignore 
action?

----------
resolution: fixed -> 
status: closed -> open

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

Reply via email to