New submission from Antoine Pitrou:

The Server class in multiprocessing.managers creates daemon threads and never 
joins them. This is in contrast with e.g. the Pool class, which creates daemon 
threads but uses util.Finalize to join them.

(not joining daemon threads may have adverse effects such as resource leaks or 
otherwise unexpected glitches)

Issue spawned from http://bugs.python.org/issue8713#msg195178.

----------
components: Library (Lib)
messages: 195267
nosy: pitrou, sbt
priority: normal
severity: normal
status: open
title: A manager's server never joins its threads
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to