[issue20660] Starting a second multiprocessing.Manager causes INCREF on all object created by the first one.

mythsmith report at bugs.python.org
Wed Feb 19 16:01:36 CET 2014


mythsmith added the comment:

Thanks Richard. The set_start_method() call will affect any process started from that time on? Is it possible to change idea at some point in the future?
Anyway, I cannot upgrade right now.

Would it be an option to subclass BaseProxy, override the _after_fork method so it will do nothing upon forking?

----------

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


More information about the Python-bugs-list mailing list