This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients hroncok, miss-islington, vstinner
Date 2020-06-11.13:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591881817.45.0.718203870651.issue40436@roundup.psfhosted.org>
In-reply-to
Content
I marked bpo-29685 "test_gdb failed" as duplicate of this issue. Extract:

(...)
  File "/home/studio/Python-3.6.0/Lib/test/test_gdb.py", line 46, in <module>
    gdb_version, gdb_major_version, gdb_minor_version = get_gdb_version()
  File "/home/studio/Python-3.6.0/Lib/test/test_gdb.py", line 43, in get_gdb_version
    raise Exception("unable to parse GDB version: %r" % version)
Exception: unable to parse GDB version: ''
History
Date User Action Args
2020-06-11 13:23:37vstinnersetrecipients: + vstinner, hroncok, miss-islington
2020-06-11 13:23:37vstinnersetmessageid: <1591881817.45.0.718203870651.issue40436@roundup.psfhosted.org>
2020-06-11 13:23:37vstinnerlinkissue40436 messages
2020-06-11 13:23:37vstinnercreate