commit | 4ced9a7611ddfd923bd8f72aa61121d0e5aeb8fc | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Mar 31 10:27:41 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 31 10:27:41 2020 -0700 |
tree | 6d5ddea8970506ff22cf79453ccc848dfeef2d3a | |
parent | fb6e04b5f10086194bcc77d571f77cb30873998b [diff] |
bpo-40019: Skip test_gdb if Python was optimized (GH-19081) test_gdb now skips tests if it detects that gdb failed to read debug information because the Python binary is optimized. (cherry picked from commit 7bf069b6110278102c8f4719975a5eb5a5af25f9) Co-authored-by: Victor Stinner <vstinner@python.org>