Message300431
| Author |
vstinner |
| Recipients |
Nir Soffer, berker.peksag, serhiy.storchaka, vstinner |
| Date |
2017年08月17日.15:00:20 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1502982020.52.0.0176104301795.issue30871@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|