Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

> If threading.Thread.run() is correctly written, it should not raise an 
> exception.

Since the error handling for threading.Thread.run() is written on Python there 
are many opportunities to get an exception in error handling: 
KeyboardInterrupt, MemoryError and, at the shutdown stage, maybe NameError, 
AttributeError or TypeError.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37076>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to