[New-bugs-announce] [issue14301] xmlrpc client transport and threading problem

Kees Bos report at bugs.python.org
Wed Mar 14 15:34:18 CET 2012


New submission from Kees Bos <k.bos at zx.nl>:

The transport (second parameter to ServerProxy) must be unique for every thread. This was not the case in pre-python2.7. It is caused by the reuse of the connection (stored in _connection). This could be handled by saving the thread id too.

I don't know whether this is a coding error or a documentation omission.

----------
components: None
messages: 155751
nosy: kees
priority: normal
severity: normal
status: open
title: xmlrpc client transport and threading problem
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list