(original) (raw)

2013/1/29 Charles-Fran�ois Natali <cf.natali@gmail.com>

> The point has been made that you don't want an interruption in the
\> middle of an exception handling routine. That's true. You also don't
\> want an interruption in the middle of a 'finally' block.

That's a good start :-)

But is it feasible?
Is it possible to handle the case where a finally block calls another Python function?

--�
Amaury Forgeot d'Arc