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 MarcoC, vstinner, xtreak
Date 2020-06-11.13:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591881775.83.0.213814591559.issue29685@roundup.psfhosted.org>
In-reply-to
Content
I believe that this issue is a duplicated of bpo-40436 which was fixed by:

commit ec9bea4a3766bd815148a27f61eb24e7dd459ac7
Author: Victor Stinner <vstinner@python.org>
Date:   Wed Apr 29 17:11:48 2020 +0200

    bpo-40436: Fix code parsing gdb version (GH-19792)
    
    test_gdb and test.pythoninfo now check gdb command exit code.


If it's not the case, please provide more information, as requested.
History
Date User Action Args
2020-06-11 13:22:55vstinnersetrecipients: + vstinner, MarcoC, xtreak
2020-06-11 13:22:55vstinnersetmessageid: <1591881775.83.0.213814591559.issue29685@roundup.psfhosted.org>
2020-06-11 13:22:55vstinnerlinkissue29685 messages
2020-06-11 13:22:55vstinnercreate