[issue30871] Add a "python info" command somewhere to dump versions of all dependencies

STINNER Victor report at bugs.python.org
Thu Aug 17 11:00:20 EDT 2017


STINNER Victor added the comment:

I created https://github.com/python/cpython/pull/3120 to add "make pythoninfo" because it's more tricky than what I expected to run "./python -m test.pythoninfo" on buildbots. Depending if Python is built with shared library, depending on the OS (./python, or ./python.exe for macOS?), ... the command is different.

I plan to backport Lib/test/pythoninfo.py and "make pythoninfo" to Python 2.7 and 3.6 to ease debug on all supported Python branches.

----------
versions: +Python 2.7, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30871>
_______________________________________


More information about the Python-bugs-list mailing list