Re-throwing an exception without loosing the stack trace

Tim Peters tim.one at comcast.net
Wed Feb 13 01:41:23 EST 2002


[Chris Liechti]
> try a simple, naked "raise" ;-)

[Michael Ströder]
> Is that thread-safe?

Yes; exception info is maintained on a per-thread basis.






More information about the Python-list mailing list