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 asvetlov, methane, pitrou, thehesiod, vstinner
Date 2018-05-22.20:12:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527019947.18.0.682650639539.issue33565@psf.upfronthosting.co.za>
In-reply-to
Content
> this means 21 blocks were not released, and in this case leaked because nothing should be held onto after the first iteration (creating the initial connector in the connection pool.  In the head object case that's going to be a new connector per iteration, however the old one should go away.

I'm not sure that I understand properly. If you call the function many times, does the memory usage increase?

I'm not sure that this issue is a bug in Python.
History
Date User Action Args
2018-05-22 20:12:27vstinnersetrecipients: + vstinner, pitrou, asvetlov, methane, thehesiod
2018-05-22 20:12:27vstinnersetmessageid: <1527019947.18.0.682650639539.issue33565@psf.upfronthosting.co.za>
2018-05-22 20:12:27vstinnerlinkissue33565 messages
2018-05-22 20:12:27vstinnercreate