[issue35941] ssl.enum_certificates() regression
neonene
report at bugs.python.org
Fri Jul 12 03:56:29 EDT 2019
neonene <nicesalmon at 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 <report at bugs.python.org>
<https://bugs.python.org/issue35941>
_______________________________________
More information about the Python-bugs-list
mailing list