This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients lazka, serhiy.storchaka, vstinner
Date 2019-05-28.20:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559073912.41.0.132007082845.issue37076@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-05-28 20:05:12serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, lazka
2019-05-28 20:05:12serhiy.storchakasetmessageid: <1559073912.41.0.132007082845.issue37076@roundup.psfhosted.org>
2019-05-28 20:05:12serhiy.storchakalinkissue37076 messages
2019-05-28 20:05:12serhiy.storchakacreate