[issue6907] xmlrpclib.make_connection() is not thread safe

STINNER Victor report at bugs.python.org
Mon Sep 14 13:15:22 CEST 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

@krisvale: You changed the resolution to invalid, but you leaved the state
unchanged (open). Ok, I agree that the stdlib is not thread safe, and so I
closed this issue.

I saw this issue as a regression because the previous version (using a different
socket for each XML-RPC request) was thread sae (even if it wasn't designed
to be thread safe) :-)

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list