From 7e049423a4eaa6e1a6507ec8319a3ca028715f9e Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Mon, 26 Aug 2019 12:50:02 +0000 Subject: [PATCH] The memory leak has vanished as of CPython 3.7.3 --- qwarc/aiohttp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qwarc/aiohttp.py b/qwarc/aiohttp.py index 0531019..1e53e90 100644 --- a/qwarc/aiohttp.py +++ b/qwarc/aiohttp.py @@ -13,8 +13,6 @@ import time # aiohttp also does connection pooling/reuse, so ClientRequest resets the raw data when the request is sent. (This would not work with pipelining, but aiohttp does not support pipelining: https://github.com/aio-libs/aiohttp/issues/1740 ) # This code has been developed for aiohttp version 2.3.10. -#TODO: THERE IS A MEMORY LEAK HERE SOMEWHERE! I spent a whole day trying to find it without success. - class RawData: def __init__(self):