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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30871>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to