This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Decorater, jbfzs, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, thehesiod, vstinner, Александр Карпинский
Date 2018-05-23.21:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527110776.39.0.682650639539.issue27535@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-05-23 21:26:16vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, r.david.murray, serhiy.storchaka, thehesiod, Decorater, Александр Карпинский, jbfzs
2018-05-23 21:26:16vstinnersetmessageid: <1527110776.39.0.682650639539.issue27535@psf.upfronthosting.co.za>
2018-05-23 21:26:16vstinnerlinkissue27535 messages
2018-05-23 21:26:16vstinnercreate