This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2017-08-17 15:00:20vstinnersetrecipients: + vstinner, berker.peksag, serhiy.storchaka, Nir Soffer
2017-08-17 15:00:20vstinnersetmessageid: <1502982020.52.0.0176104301795.issue30871@psf.upfronthosting.co.za>
2017-08-17 15:00:20vstinnerlinkissue30871 messages
2017-08-17 15:00:20vstinnercreate