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 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
"""
History
Date User Action Args
2012-05-02 18:42:05neologixsetrecipients: + neologix, loewis, georg.brandl, orsenthil, meador.inge, xdegaye, tshepang, python-dev
2012-05-02 18:42:05neologixsetmessageid: <1335984125.14.0.903949834731.issue13183@psf.upfronthosting.co.za>
2012-05-02 18:42:04neologixlinkissue13183 messages
2012-05-02 18:42:04neologixcreate