[New-bugs-announce] [issue18751] A manager's server never joins its threads

Antoine Pitrou report at bugs.python.org
Thu Aug 15 20:13:16 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18751>
_______________________________________


More information about the New-bugs-announce mailing list