[Python-Dev] with_traceback (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 1 00:57:01 CET 2007


Adam Olsen wrote:

It sounds like we should always copy the exception given to raise,

I don't like that either, for all the reasons that make it infeasible to copy an arbitrary object in a general way.

-- Greg



More information about the Python-Dev mailing list