[Python-ideas] Interrupting threads (original) (raw)

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Jan 29 09:52:45 CET 2013


2013/1/29 Charles-François Natali <cf.natali at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130129/f2805c2a/attachment.html>



More information about the Python-ideas mailing list