Skip to content

xmlrpc throws "OverflowError: int exceeds XML-RPC limits" on 64bit integers #102927

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions