[Python-Dev] Re-raise in absence of an "active" exception
Greg Ewing
greg at cosc.canterbury.ac.nz
Mon Jun 28 00:56:42 EDT 2004
> I'm actually surprised that the exception is cleared when the
> function that has the exception handler completes.
I think it's probably when the "except" clause of the
exception handler completes, not the function.
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg at cosc.canterbury.ac.nz +--------------------------------------+
More information about the Python-Dev
mailing list