]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 Oct 2019 16:14:57 +0000 (09:14 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 16:14:57 +0000 (09:14 -0700)
commitab98cd8aee5a5a7222b82ff13d61f0d33e72a889
tree7effcd5fb365dca1257434b776e5b90bcef8efeb
parent2027f90d285ff6a6677bd74227d093d74adc023d
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)

test.pythoninfo now logs environment variables used by OpenSSL and
Python ssl modules, and logs attributes of 3 SSL contexts
(SSLContext, default HTTPS context, stdlib context).
(cherry picked from commit b3e7045f8314e7b62cd95861d207fe2f97e47198)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/pythoninfo.py