[issue5585] implement initializer for multiprocessing.BaseManager.start()

lekma report at bugs.python.org
Sat Mar 28 12:16:27 CET 2009


New submission from lekma <lekmalek at gmail.com>:

It would be useful to have the ability to run arbitrary code before a
manager's server subprocess is started (I'd use this feature to install
signal handlers for example).

----------
components: Library (Lib)
messages: 84302
nosy: lekma
severity: normal
status: open
title: implement initializer for multiprocessing.BaseManager.start()
type: feature request

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


More information about the Python-bugs-list mailing list