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 martin.panter
Recipients BreamoreBoy, eric.snow, martin.panter
Date 2016-05-13.04:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463115395.43.0.82943195589.issue21313@psf.upfronthosting.co.za>
In-reply-to
Content
>>> Py_GetBuildInfo = pythonapi.Py_GetBuildInfo
>>> Py_GetBuildInfo.restype = c_char_p
>>> Py_GetBuildInfo()  # Not truncated
'qbase qtip subprocess-stderr_redirect_with_no_stdout_redirect-2.diff tip:0b641285389d+, May 13 2016, 02:10:26'

Demo of my problem with the test suite:

$ ./python -m test.regrtest
Traceback (most recent call last):
  [. . .]
  File "/media/disk/home/proj/python/cpython/Lib/test/test_support.py", line 1423, in check_impl_detail
    return guards.get(platform.python_implementation().lower(), default)
  File "/media/disk/home/proj/python/cpython/Lib/platform.py", line 1451, in python_implementation
    return _sys_version()[0]
  File "/media/disk/home/proj/python/cpython/Lib/platform.py", line 1416, in _sys_version
    repr(sys_version))
ValueError: failed to parse CPython sys.version: '2.7.11+ (qbase qtip subprocess-stderr_redirect_with_no_stdout_redirect-2.diff tip:0b64128) \n[GCC 5.3.0]'
History
Date User Action Args
2016-05-13 04:56:35martin.pantersetrecipients: + martin.panter, BreamoreBoy, eric.snow
2016-05-13 04:56:35martin.pantersetmessageid: <1463115395.43.0.82943195589.issue21313@psf.upfronthosting.co.za>
2016-05-13 04:56:35martin.panterlinkissue21313 messages
2016-05-13 04:56:35martin.pantercreate