[Python-3000] threading, part 2

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Aug 12 03:06:40 CEST 2006


Slawomir Nowaczyk wrote:

> But it should not be done lightly and never when the code is not
> specifically expecting it.

What if, together with a way of blocking asynchronous
exceptions, threads started out by default with them
blocked? Then a thread would have to explicitly consent
to being interrupted.

--
Greg


More information about the Python-3000 mailing list