[issue2985] xmlrpclib doesn't support 64bit integer replies

2008-05-29 Thread Riku Lindblad
Riku Lindblad <[EMAIL PROTECTED]> added the comment: The I8 tag is an extension by xmlrpc-c: http://xmlrpc-c.sourceforge.net/doc/libxmlrpc.html#extensiontype (XMLRPC_TYPE_I8) ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2985] xmlrpclib doesn't support 64bit integer replies

2008-05-28 Thread Riku Lindblad
Riku Lindblad <[EMAIL PROTECTED]> added the comment: I ran into 64bit integer responses with rtorrent's XML-RPC API. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2985] xmlrpclib doesn't support 64bit integer replies

2008-05-27 Thread Riku Lindblad
Riku Lindblad <[EMAIL PROTECTED]> added the comment: I attached a patch that seems to fix the problem, needs proper testing though. -- keywords: +patch Added file: http://bugs.python.org/file10450/xmlrpclib-64bitsupport.diff __ Tracker <[EMAIL

[issue2985] xmlrpclib doesn't support 64bit integer replies

2008-05-27 Thread Riku Lindblad
New submission from Riku Lindblad <[EMAIL PROTECTED]>: When querying a XML-RPC server that returns a 64 bit integer, the python interface always returns an empty tuple. When running with verbose=True the response is still intact, the library just can't parse the result betwee