[2.7] bpo-30871: Add test.pythoninfo (#3174)#3175
Merged
vstinner merged 1 commit intopython:2.7from Aug 22, 2017
vstinner:pythoninfo27
Merged
[2.7] bpo-30871: Add test.pythoninfo (#3174)#3175vstinner merged 1 commit intopython:2.7from vstinner:pythoninfo27
vstinner merged 1 commit intopython:2.7from
vstinner:pythoninfo27
Conversation
* 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 (cherry picked from commit b907abc) * bpo-30871: pythoninfo: add expat and _decimal (#3121) * bpo-30871: pythoninfo: add expat and _decimal * Remove _decimal.__version__ The string is hardcoded, not really interesting. (cherry picked from commit f6ebd83) * bpo-30871: Add "make pythoninfo" (#3120) (cherry picked from commit a3a01a2) * bpo-30871: pythoninfo: more sys, os, time data (#3130) * bpo-30871: pythoninfo: more sys, os, time data PythonInfo now converts types other than intger to string by default. * fix typo (cherry picked from commit ad7eaed) * bpo-31231: Fix pythoninfo in Travis config (#3134) bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with "make pythoninfo", since macOS uses ./python.exe. (cherry picked from commit 92b1f90) (cherry picked from commit 29d007b)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bpo-30871: Add test.pythoninfo (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
(cherry picked from commit b907abc)
bpo-30871: pythoninfo: add expat and _decimal (bpo-30871: pythoninfo: add expat and _decimal #3121)
bpo-30871: pythoninfo: add expat and _decimal
Remove _decimal.version
The string is hardcoded, not really interesting.
(cherry picked from commit f6ebd83)
(cherry picked from commit a3a01a2)
bpo-30871: pythoninfo: more sys, os, time data (bpo-30871: pythoninfo: more sys, os, time data #3130)
bpo-30871: pythoninfo: more sys, os, time data
PythonInfo now converts types other than intger to string by default.
(cherry picked from commit ad7eaed)
bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with
"make pythoninfo", since macOS uses ./python.exe.
(cherry picked from commit 92b1f90)
(cherry picked from commit 29d007b)
https://bugs.python.org/issue30871