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 steve.dower
Recipients alex, christian.heimes, dstufft, gregory.p.smith, janssen, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-14.23:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500074354.41.0.586185950836.issue30916@psf.upfronthosting.co.za>
In-reply-to
Content
Zach opted out of reviewing right now, so I went ahead and pushed my builds to the GitHub repos so that AppVeyor can run.

It built and ran fine (which I'm not surprised about), but it was only 1-2 minutes faster on AppVeyor (which I _am_ surprised about).

Tcl/tk/tix take longer than that to build on my dev machine, as does OpenSSL, so I'm not sure how AppVeyor was getting them to build so quickly. But in any case, it is definitely faster now, and I suspect more for our devs than our CI. OpenSSL can also be more easily upgraded, and the entire library is now available via ctypes, so all up I think it's a win (+ssl and hashlib experts in case they disagree).

Anyone want to take a look at the change before I merge?
History
Date User Action Args
2017-07-14 23:19:14steve.dowersetrecipients: + steve.dower, gregory.p.smith, paul.moore, janssen, christian.heimes, tim.golden, alex, zach.ware, dstufft
2017-07-14 23:19:14steve.dowersetmessageid: <1500074354.41.0.586185950836.issue30916@psf.upfronthosting.co.za>
2017-07-14 23:19:14steve.dowerlinkissue30916 messages
2017-07-14 23:19:13steve.dowercreate