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 theller
Recipients ajaksu2, facundobatista, theller
Date 2008-04-03.09:07:34
SpamBayes Score 0.57728326
Marked as misclassified No
Message-id <1207213715.11.0.822674556828.issue2534@psf.upfronthosting.co.za>
In-reply-to
Content
Problem found.  See issue #2542, which contains a patch that fixes the
failure in test_exceptions; this test now additionally prints

  Exception RuntimeError: 'maximum recursion depth exceeded in
    __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored
  Exception RuntimeError: 'maximum recursion depth exceeded while
    calling a Python object' in <type 'exceptions.RuntimeError'> ignored
History
Date User Action Args
2008-04-03 09:08:35thellersetspambayes_score: 0.577283 -> 0.57728326
recipients: + theller, facundobatista, ajaksu2
2008-04-03 09:08:35thellersetspambayes_score: 0.577283 -> 0.577283
messageid: <1207213715.11.0.822674556828.issue2534@psf.upfronthosting.co.za>
2008-04-03 09:07:34thellerlinkissue2534 messages
2008-04-03 09:07:34thellercreate