diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-17 18:19:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 18:19:14 (GMT) |
commit | 920b3dfacad615c7bb9bd9a35774469f8809b453 (patch) | |
tree | 00db5924a107dee4fa1cfa3e9fcf10996f15f89c /Python/bytecodes.c | |
parent | 2dcc57008be7012b8249208282837ed4d9c3c3e2 (diff) | |
download | cpython-920b3dfacad615c7bb9bd9a35774469f8809b453.zip cpython-920b3dfacad615c7bb9bd9a35774469f8809b453.tar.gz cpython-920b3dfacad615c7bb9bd9a35774469f8809b453.tar.bz2 |
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Fix detection of gdb built without Python scripting support.
* check_usable_gdb() doesn't check gdb exit code when calling
run_gdb().
* Use shutil.which() to get the path to the gdb program.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions