Message103442
| Author |
loewis |
| Recipients |
dmalcolm, loewis, ncoghlan, vstinner |
| Date |
2010年04月17日.22:45:06 |
| SpamBayes Score |
2.4860792e-05 |
| Marked as misclassified |
No |
| Message-id |
<1271544308.84.0.729212765087.issue8437@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I get a number of failures in test_gdb with gdb 7.0.1 about gdb.Frame, e.g.
FAIL: test_basic_command (test.test_gdb.PyListTests)
Verify that the "py-list" command works
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/martin/work/27/Lib/test/test_gdb.py", line 538, in test_basic_command
cmds_after_breakpoint=['py-list'])
File "/home/martin/work/27/Lib/test/test_gdb.py", line 111, in get_stack_trace
self.assertEquals(err, '')
AssertionError: "Error occurred in Python command: 'gdb.Frame' object has no attribute 'function'\n" != '' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年04月17日 22:45:09 | loewis | set | recipients:
+ loewis, ncoghlan, vstinner, dmalcolm |
| 2010年04月17日 22:45:08 | loewis | set | messageid: <1271544308.84.0.729212765087.issue8437@psf.upfronthosting.co.za> |
| 2010年04月17日 22:45:07 | loewis | link | issue8437 messages |
| 2010年04月17日 22:45:06 | loewis | create |
|