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 vstinner
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2018-10-26.10:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540549241.25.0.788709270274.issue35056@psf.upfronthosting.co.za>
In-reply-to
Content
Before seeing how to automate it, first someone should try to detect the bpo-34794 memory leak manually ;-)

By the way, when I implemented the PEP 445, I tried to configure OpenSSL to use Python memory allocators (to benefit of tracemalloc), but the OpenSSL API for that didn't work at all: bpo-18227.
History
Date User Action Args
2018-10-26 10:20:41vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang
2018-10-26 10:20:41vstinnersetmessageid: <1540549241.25.0.788709270274.issue35056@psf.upfronthosting.co.za>
2018-10-26 10:20:41vstinnerlinkissue35056 messages
2018-10-26 10:20:41vstinnercreate