[issue21313] Py_GetVersion() is broken when using mqueue and a long patch name

Martin Panter report at bugs.python.org
Fri May 13 00:49:52 EDT 2016


Martin Panter added the comment:

Currently Py_GetBuildInfo() just returns a long untruncated string. Perhaps it would be safer to leave that as it is, and just make the parsing in the “platform” module more tolerant. What do you think?

I never really cared about the details in Py_GetBuildInfo(), but it would be nice if the test suite would run :)

----------
keywords: +patch
nosy: +martin.panter
versions: +Python 3.6 -Python 3.4
Added file: http://bugs.python.org/file42836/parse-version.patch

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


More information about the Python-bugs-list mailing list