[issue25096] test_gdb failed to read version for gdb >= 7.10

2015-09-14 Thread STINNER Victor
STINNER Victor added the comment: Fixed by changesets 21d6b2752fe8 (2.7) and 6a8aa246485e (3.4). Thanks for your bug report and your patch! -- nosy: +haypo resolution: -> fixed status: open -> closed ___ Python tracker

[issue25096] test_gdb failed to read version for gdb >= 7.10

2015-09-13 Thread Felix Yan
New submission from Felix Yan: The regex in test_gdb reads only one digit of gdb's minor version, which would fail for gdb >= 7.10, and skip the test as 7.1 < 7.4. Original commit: https://hg.python.org/cpython/rev/b71cda2f48c6#l1.9 Patch attached. -- components: Tests files: