[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks you for the patch! Fixed now. -- nosy: +pitrou resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker

[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f9e5042907c by Antoine Pitrou in branch '3.1': Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when http://hg.python.org/cpython/rev/0f9e5042907c New changeset 605c74139754 by Antoine Pitrou in branch '3.2': Merge fix for issue #

[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread Nadeem Vawda
Nadeem Vawda added the comment: Ah, now I see - the code that fails isn't test_platform, it's the regrtest code that prints out the version info at the beginning of the test results. This doesn't get displayed when you explicitly tell regrtest what tests to run ("./python [...] -m test test_p

[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread Nadeem Vawda
Nadeem Vawda added the comment: I don't seem to be able to reproduce the failure in test_platform. Nevertheless, the behaviour is broken. Here's a patch that should fix it without allocating too much extra space. -- keywords: +patch nosy: +nvawda Added file: http://bugs.python.org/fil

[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread SilentGhost
Changes by SilentGhost : -- nosy: +SilentGhost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +georg.brandl stage: -> needs patch type: feature request -> behavior versions: +Python 3.3 ___ Python tracker ___ _

[issue11450] Py_GetBuildInfo() truncates when there are many hg tags

2011-03-09 Thread Scott Dial
New submission from Scott Dial : I'm not sure if it's intended to be a supported workflow, but I personally have come to like using "mq" for projects where I am an outsider submitting small changes as patches. However, this appears to be a broken workflow due to way getbuildinfo module choose