Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-34401: add HP GDB version string to test_gdb#8828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
michael-o commentedAug 20, 2018
This requires a backport to at least 3.7. |
805d628 to733b125CompareThe GDB provided by HPE on HP-UX contains a modified version string. Thereforethe tests fail. Adapt the regex to match that string.Patch by Michael Osipov.
vstinner commentedJun 11, 2020
I rebased this PR on master: PR#20804. |
vstinner commentedJun 11, 2020
Thank you@michael-o! I merged your PR as PR#20804. I'm now backporting it to 3.9 and 3.8. |
michael-o commentedJun 11, 2020
@vstinner Merci! I have two more open PRs for HP-UX:https://github.com/python/cpython/pulls/michael-o |
Uh oh!
There was an error while loading.Please reload this page.
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.
https://bugs.python.org/issue34401