[issue13140] ThreadingMixIn.daemon_threads is not honored when parent is daemon

Florent Xicluna report at bugs.python.org
Sun Oct 23 01:14:30 CEST 2011


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

I would prefer to preserve the inheritance by default, and to change the daemonic attribute only if it is explicitly set to True or False.
This way it will be backward compatible.

Patch attached.

----------
versions:  -Python 2.6
Added file: http://bugs.python.org/file23499/issue13140.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13140>
_______________________________________


More information about the Python-bugs-list mailing list