This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:09loewissetrecipients: + loewis, ncoghlan, vstinner, dmalcolm
2010-04-17 22:45:08loewissetmessageid: <1271544308.84.0.729212765087.issue8437@psf.upfronthosting.co.za>
2010-04-17 22:45:07loewislinkissue8437 messages
2010-04-17 22:45:06loewiscreate