The xmlrpc library does not support sending 64bit integers. When called with an integer larger than MAXINT = 2147483647 or smaller than MININT = -2147483648, an OverflowError: int exceeds XML-RPC limits exception is thrown.
Alternatively, one could make use of the type of XML-RPC.
Linked PRs
The xmlrpc library does not support sending 64bit integers. When called with an integer larger than
MAXINT = 2147483647or smaller thanMININT = -2147483648, anOverflowError: int exceeds XML-RPC limitsexception is thrown.Alternatively, one could make use of the type of XML-RPC.
Linked PRs