(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 theThat's a good start :-)
\> middle of an exception handling routine. That's true. You also don't
\> want an interruption in the middle of a 'finally' block.
But is it feasible?
Is it possible to handle the case where a finally block calls another Python function?
--�
Amaury Forgeot d'Arc