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 vstinner
Recipients anselm.kruis, koobs, vstinner
Date 2019-10-11.15:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Copy of wmanley's comment:
https://github.com/python/cpython/pull/13948#issuecomment-541076882
"""
This caused a regression for people overriding Thread.join to implement custom thread interruption. See https://stackoverflow.com/questions/50486083/ending-non-daemon-threads-when-shutting-down-an-interactive-python-session
"""
History
Date User Action Args
2019-10-11 15:36:12vstinnersetrecipients: + vstinner, koobs, anselm.kruis
2019-10-11 15:36:12vstinnersetmessageid: <[email protected]>
2019-10-11 15:36:12vstinnerlinkissue37788 messages
2019-10-11 15:36:12vstinnercreate