commit | 2f46c65071c5528ce143bd02786f8fe94fe65d1f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 11 07:08:29 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 11 07:08:29 2020 -0700 |
tree | 314647219a876975694c480b243598e704b8b6ee | |
parent | 961edf7979ca34d6fe104a1cce005aa8cac35821 [diff] |
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) The GDB provided by HPE on HP-UX contains a modified version string. Therefore the tests fail. Adapt the regex to match that string. Patch by Michael Osipov. Co-Authored-by: Michael Osipov <michael.osipov@siemens.com> (cherry picked from commit b2dca49ca3769cb60713f5c2b43e5d5bbdc1f9c7) Co-authored-by: Victor Stinner <vstinner@python.org>