Message159813
| Author |
neologix |
| Recipients |
georg.brandl, loewis, meador.inge, neologix, orsenthil, python-dev, tshepang, xdegaye |
| Date |
2012年05月02日.18:42:04 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1335984125.14.0.903949834731.issue13183@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
All 3.2 and 2.7 buildbots are still broken:
http://python.org/dev/buildbot/all/builders/x86 OpenIndiana 3.2/builds/1080
"""
======================================================================
FAIL: test_issue13183 (test.test_pdb.PdbTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_pdb.py", line 662, in test_issue13183
'Fail to step into the caller after a return')
AssertionError: 'main.py(5)foo()->None' not found in '-> bar()' : Fail to step into the caller after a return
----------------------------------------------------------------------
Ran 2 tests in 0.558s
""" |
|