Antoine Pitrou <[email protected]> added the comment:
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. ---------- nosy: +giampaolo.rodola, pablogsal _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36666> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
