[issue27535] Ignored ResourceWarning warnings leak memory in warnings registries

STINNER Victor report at bugs.python.org
Wed May 23 17:26:16 EDT 2018


STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue27535>
_______________________________________


More information about the Python-bugs-list mailing list