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 pitrou
Recipients Joel Croteau, giampaolo.rodola, pablogsal, pitrou, tim.peters
Date 2019-04-19.12:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555675444.08.0.72358179934.issue36666@roundup.psfhosted.org>
In-reply-to
Content
The current behavior can't be changed for compatibility reasons (imagine user programs starting to raise on Thread.join()), but we could add an option to the threading.Thread() constructor in order to store and propagate exceptions.
History
Date User Action Args
2019-04-19 12:04:04pitrousetrecipients: + pitrou, tim.peters, giampaolo.rodola, pablogsal, Joel Croteau
2019-04-19 12:04:04pitrousetmessageid: <1555675444.08.0.72358179934.issue36666@roundup.psfhosted.org>
2019-04-19 12:04:04pitroulinkissue36666 messages
2019-04-19 12:04:03pitroucreate