Displaying 2 results from an estimated 2 matches for "allow_none".
Did you mean:
alloc_node
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems
to only occur on systems with very large memory. However, on those
systems, it''s a show-stopper. I see this as a temporary solution until
we can sanitize the XML-RPC functions and get rid of all the
S-Expression stuff.
I''ll run xm-test tomorrow against it. Right now I''ve only done basic
2006 Mar 27
1
"xm list" causing "OverflowError: int exceeds XML-RPC limits"
...iyaparambil
Xen Development Team
Unisys, Tredyffrin PA
E-Mail: aravindh.puthiyaparambil@unisys.com
linuxM0076:~ # xm list
Error: Traceback (most recent call last):
File
"/root/xen-unstable.hg/dist/install/usr/lib64/python/xen/util/xmlrpclib2
.py", line 79, in _marshaled_dispatch
allow_none=1)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1029, in dumps
data = m.dumps(params)
File "/usr/lib64/python2.4/xmlrpclib.py", line 603, in dumps
dump(v, write)
File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump
f(self, value, write)
F...