neonene <nicesal...@gmail.com> added the comment:

After this patch applied, memory usage increases every https-access and is not 
released in my Win7x64SP1.
I hope this will be fixed or reverted.

(case sample)
from urllib import request
from time import sleep
import gc
while True:
    request.urlopen(request.Request('https://...'))
    gc.collect()
    sleep(2)

----------
nosy: +neonene

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35941>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to