This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2001-10-13.08:14:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I would have never guessed that arbitrarily long ints are 
a requirement in your application...
For that application, I'd recommend to use ASN.1 BER as a 
well-document, efficient, binary marshalling format. I 
don't think any other format marshals arbitrary large 
integers in a more compact form. You can find an 
implementation of that in

http://www.cnri.reston.va.us/software/pisces/

or

http://www.enteract.com/~asl2/software/PyZ3950/asn1.py

or

http://sourceforge.net/projects/pysnmp (ber.py)

I'd be in favour of having a BER support library in the 
Python core, but somebody would have to contribute such a 
thing, of course.
History
Date User Action Args
2007-08-23 16:01:32adminlinkissue467384 messages
2007-08-23 16:01:32admincreate