[Python-ideas] Thread stopping

Mathias Panzenböck grosser.meister.morti at gmx.net
Sat Mar 31 00:39:22 CEST 2012


On 03/30/2012 12:09 PM, Serhiy Storchaka wrote:
>
> P. S. I've had a crazy idea. What if we allow to raise any exception, not only
> ThreadInterruptionError, in another thread?
>

 From an OOP point of view this is insanity. But Python (like other dynamic languages) does not 
enforce strict OOP semantics anyway.

	-panzi



More information about the Python-ideas mailing list