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 neonene
Recipients christian.heimes, neonene, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-07-29.07:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564386329.8.0.956014299339.issue37702@roundup.psfhosted.org>
In-reply-to
Content
Windows10/7(x86/x64)
After issue35941 (any PR merged)

In https-access, memory usage increases by about 200KB per urlopen()
and easily reach to giga bytes.

I found out leak of certificate-store-handles in _ssl.c and made patch,
which works fine for my pc.

I guess some users are in trouble with this leak.
I'm about to raise PR, so please review. Thanks!
History
Date User Action Args
2019-07-29 07:45:29neonenesetrecipients: + neonene, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower
2019-07-29 07:45:29neonenesetmessageid: <1564386329.8.0.956014299339.issue37702@roundup.psfhosted.org>
2019-07-29 07:45:29neonenelinkissue37702 messages
2019-07-29 07:45:29neonenecreate