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 thehesiod
Recipients asvetlov, thehesiod, yselivanov
Date 2018-09-19.23:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537398657.24.0.956365154283.issue34745@psf.upfronthosting.co.za>
In-reply-to
Content
sorry, by "raw" I mean in the context of aiohttp, so just using the normal python ssl context and asyncio sockets.  I don't think it's an object not getting GC'd because I didn't see any increase on object counts, nor leaks per tracemalloc.  I think it's some low-level native memory leaked by openssl.

I've updated the gist w/ uvloop and ran with it and still get a leak, see gist + aiohttp issue for plot
History
Date User Action Args
2018-09-19 23:10:57thehesiodsetrecipients: + thehesiod, asvetlov, yselivanov
2018-09-19 23:10:57thehesiodsetmessageid: <1537398657.24.0.956365154283.issue34745@psf.upfronthosting.co.za>
2018-09-19 23:10:57thehesiodlinkissue34745 messages
2018-09-19 23:10:57thehesiodcreate