[issue19864] multiprocessing Proxy docs need locking semantics explained

Richard Oudkerk report at bugs.python.org
Tue Dec 3 16:42:44 CET 2013


Richard Oudkerk added the comment:

>From what I remember a proxy method will be thread/process-safe if the referent's corresponding method is thread safe.

It should certainly be documented that the exposed methods of a proxied object should be thread-safe.

----------

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


More information about the Python-bugs-list mailing list