Message287385
I think this patch breaks compatibility between python 2.7 versions. Our rpc server has 2.7.10 Python version, and sends back tuples as responses (first value is a boolean, second is a string). If we connect with a computer, which has 2.7.11 or earlier Python, then it is working flawlessly. When we connect with Python 2.7.12 or later, then it sends this error:
ResponseError: ResponseError("unknown tag u'tuple'",)
As far as I understand, the xmlrpclib should be able to marshal through tuples. |
|
Date |
User |
Action |
Args |
2017-02-09 07:40:51 | Zsolt Endreffy | set | recipients:
+ Zsolt Endreffy, loewis, python-dev, serhiy.storchaka, Nathan Williams |
2017-02-09 07:40:51 | Zsolt Endreffy | set | messageid: <1486626051.04.0.287717931028.issue26873@psf.upfronthosting.co.za> |
2017-02-09 07:40:51 | Zsolt Endreffy | link | issue26873 messages |
2017-02-09 07:40:50 | Zsolt Endreffy | create | |
|