[Python-Dev] Traceback problem (original) (raw)
Kevin Jacobs jacobs@penguin.theopalgroup.com
Tue, 25 Feb 2003 18:21:10 -0500 (EST)
- Previous message: [Python-Dev] Traceback problem
- Next message: [Python-Dev] Traceback problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 25 Feb 2003, Christian Tismer wrote:
We just want to clear the current exception in tstate, and I think your code does the right thing.
+1
Thanks for checking through the logic.
p.s.: I would probably have done the exception saving in the caller's frame, where it belongs, IMHO.
I'm going to see if this is feasible. The current method is almost certainly more efficient, but seems very backwards.
-Kevin
--
Kevin Jacobs The OPAL Group - Enterprise Systems Architect Voice: (216) 986-0710 x 19 E-mail: jacobs@theopalgroup.com Fax: (216) 986-0714 WWW: http://www.theopalgroup.com
- Previous message: [Python-Dev] Traceback problem
- Next message: [Python-Dev] Traceback problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]