Florent Xicluna <florent.xicl...@gmail.com> added the comment: Antoine wrote: > You could instead enumerate() all threads and set their daemon flag > to False, before shutting down the interpreter.
If it is intended to work this way, it should be mentioned in the documentation. Currently the documentation for "Thread.daemon" says: “This must be set before start() is called, otherwise RuntimeError is raised.” ---------- nosy: +flox _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10444> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com