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 pitrou
Recipients christian.heimes, dstufft, ncoghlan, pitrou
Date 2014-03-22.15:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395502872.2.0.224854809117.issue21015@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch with proper releasing the EC_KEY structure.

(note that the patch has a slight performance implication: creating a SSLContext becomes more costly - around 100µs more here)
History
Date User Action Args
2014-03-22 15:41:12pitrousetrecipients: + pitrou, ncoghlan, christian.heimes, dstufft
2014-03-22 15:41:12pitrousetmessageid: <1395502872.2.0.224854809117.issue21015@psf.upfronthosting.co.za>
2014-03-22 15:41:12pitroulinkissue21015 messages
2014-03-22 15:41:11pitroucreate