bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)

This commit is contained in:
Pablo Galindo Salgado 2021-11-09 11:19:47 +00:00 committed by GitHub
parent 6a1cc8bf8a
commit f4c03484da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 11 deletions

View file

@ -823,6 +823,8 @@ Traceback \(most recent call first\):
foo\(1, 2, 3\)
''')
@unittest.skipIf(python_is_optimized(),
"Python was compiled with optimizations")
def test_threads(self):
'Verify that "py-bt" indicates threads that are waiting for the GIL'
cmd = '''