[issue30519] [threading] Add daemon argument to Timer

STINNER Victor report at bugs.python.org
Mon Mar 9 07:14:13 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Daemon threads are very fragile by design. I would prefer to not promote their usage. See for example bpo-39877 for a recent example. I would prefer to remove support for daemon threads, rather than adding more daemon threads!

I reject the issue.

Moreover, PR 1878 has been closed.

----------
nosy: +vstinner
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30519>
_______________________________________


More information about the Python-bugs-list mailing list