mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
920b3dfaca
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.