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 serhiy.storchaka
Recipients d9pouces, eric.araujo, jrjsmrtn, markgrandi, ned.deily, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka
Date 2014-01-15.14:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2217060.ESc1ZQ1PCd@raxxla>
In-reply-to <1389793600.52.0.115055419439.issue14455@psf.upfronthosting.co.za>
Content
You have at least one way to create a 128 bit CFNumber. Read plist file (and 
you can create plist in XML format with big integers in any text editor).

In any case it is not good to produce incorrect plist for big integers. If you 
don't want to support integers over 2**63, just reject them.
History
Date User Action Args
2014-01-15 14:12:25serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, python-dev, d9pouces, markgrandi
2014-01-15 14:12:25serhiy.storchakalinkissue14455 messages
2014-01-15 14:12:24serhiy.storchakacreate