We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6a814 commit 3a3817eCopy full SHA for 3a3817e
Lib/test/test_gdb/test_backtrace.py
@@ -20,7 +20,7 @@ def test_bt(self):
20
self.assertMultilineMatches(bt,
21
r'''^.*
22
Traceback \(most recent call first\):
23
- <built-in method id of module object .*>
+ .*
24
File ".*gdb_sample.py", line 10, in baz
25
id\(42\)
26
File ".*gdb_sample.py", line 7, in bar
0 commit comments