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 christian.heimes, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-09-14.09:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505381969.37.0.265181244794.issue31392@psf.upfronthosting.co.za>
In-reply-to
Content
FYI I wrote a script to get the version of all library copies embedded in CPython:
https://github.com/haypo/misc/blob/master/cpython/external_versions.py

This is how I noticed the OpenSSL version inconsistency.
History
Date User Action Args
2017-09-14 09:39:29vstinnersetrecipients: + vstinner, paul.moore, ronaldoussoren, christian.heimes, tim.golden, ned.deily, zach.ware, steve.dower
2017-09-14 09:39:29vstinnersetmessageid: <1505381969.37.0.265181244794.issue31392@psf.upfronthosting.co.za>
2017-09-14 09:39:29vstinnerlinkissue31392 messages
2017-09-14 09:39:29vstinnercreate