Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-104736: Fix test_gdb tests on ppc64le with clang (python#109360
) Fix test_gdb on Python built with LLVM clang 16 on Linux ppc64le (ex: Fedora 38). Search patterns in gdb "bt" command output to detect when gdb fails to retrieve the traceback. For example, skip a test if "Backtrace stopped: frame did not save the PC" is found. (cherry picked from commit 44d9a71)
- Loading branch information