commit | b907abc88589f7bea52c5afe172ececc6edcda70 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 17 16:40:51 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 17 16:40:51 2017 +0200 |
tree | fe55661ea304aa81915f0e3b6d72a3a4b1f25a2e | |
parent | 4a347ce426fe7381885703d9074d7a6b3aeb2f2b [diff] |
bpo-30871: Add test.pythoninfo (#3075) * Add Lib/test/pythoninfo.py: script collecting various informations about Python to help debugging test failures. * regrtest: remove sys.hash_info and sys.flags from header. * Travis CI, Appveyor: run pythoninfo before tests