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 mark.dickinson
Recipients igorvm, mark.dickinson
Date 2021-03-04.19:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Since Timer thread is never joined, should not it be a daemon?

Possibly, but I think that's a new question/issue. :-) And presumably there's no reason you can't make your Timer threads into daemon threads if you have a need to.
History
Date User Action Args
2021-03-04 19:46:39mark.dickinsonsetrecipients: + mark.dickinson, igorvm
2021-03-04 19:46:39mark.dickinsonsetmessageid: <[email protected]>
2021-03-04 19:46:39mark.dickinsonlinkissue43375 messages
2021-03-04 19:46:39mark.dickinsoncreate