mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)
This commit is contained in:
parent
6a1cc8bf8a
commit
f4c03484da
2 changed files with 9 additions and 11 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue