[Python-Dev] breaking an exception chain

R. David Murray rdmurray at bitdance.com
Tue Aug 3 21:53:16 CEST 2010


On Tue, 03 Aug 2010 12:22:30 -0500, Benjamin Peterson <benjamin at python.org> wrote:
> 2010/8/3 R. David Murray <rdmurray at bitdance.com>:
> > So I thought I'd break the exception chain before raising the error the
> > test harness really wants to raise.  However, I can't figure out any way
> > to do that.  Am I missing something, or this a missing feature?
> 
> Missing feature; there's a bug report somewhere.

Ah, thank you.  Issue 6210.  It has a workaround, too.

--
R. David Murray                                      www.bitdance.com


More information about the Python-Dev mailing list