Message 317460 - Python tracker
Message317460
| 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:16 | vstinner | set | recipients: + vstinner, rhettinger, ncoghlan, r.david.murray, serhiy.storchaka, thehesiod, Decorater, Александр Карпинский, jbfzs |
| 2018-05-23 21:26:16 | vstinner | set | messageid: <1527110776.39.0.682650639539.issue27535@psf.upfronthosting.co.za> |
| 2018-05-23 21:26:16 | vstinner | link | issue27535 messages |
| 2018-05-23 21:26:16 | vstinner | create | |