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 christian.heimes
Recipients christian.heimes
Date 2017-09-07.20:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504816777.32.0.364995228867.issue28588@psf.upfronthosting.co.za>
In-reply-to
Content
It's rather painful to fix the issue. Since the memory leak only affects users that create and destroy a lot of threads and the bug has been addressed by OpenSSL 1.1.0, I won't fix it.

If users are running into the issue, they should rather update to more recent OpenSSL versions. The 1.1.0 series uses proper thread local storage.
History
Date User Action Args
2017-09-07 20:39:37christian.heimessetrecipients: + christian.heimes
2017-09-07 20:39:37christian.heimessetmessageid: <1504816777.32.0.364995228867.issue28588@psf.upfronthosting.co.za>
2017-09-07 20:39:37christian.heimeslinkissue28588 messages
2017-09-07 20:39:37christian.heimescreate