[Patches] [ python-Patches-470254 ] check for xmlrpc ints/longs > 32 bits

noreply@sourceforge.net noreply@sourceforge.net
Wed, 17 Oct 2001 13:33:05 -0700


Patches item #470254, was opened at 2001-10-11 07:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=470254&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Skip Montanaro (montanaro)
>Assigned to: Skip Montanaro (montanaro)
Summary: check for xmlrpc ints/longs > 32 bits

Initial Comment:
This patch to xmlrpclib checks ints and long ints when
converting to make sure they are within the valid range
of ints that XML-RPC can handle.  It also adds a couple
extra test cases.

Can somebody with a machine whose int size is > 32 bits
check this?


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-10-17 13:33

Message:
Logged In: YES 
user_id=21627

The patch looks fine, please install it.
As before, update the changelog at the file top.


----------------------------------------------------------------------

Comment By: Skip Montanaro (montanaro)
Date: 2001-10-12 10:09

Message:
Logged In: YES 
user_id=44345

Oops.  Too many diff files with similar names.  Try this one.


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-10-11 11:42

Message:
Logged In: YES 
user_id=21627

Are you sure this is the right patch? It has nothing to do
with ints and longs, but re-introduces _cgi_escape using a
toplevel "import as" instead...

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=470254&group_id=5470