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.15:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3212565.CkgezbnLi5@raxxla>
In-reply-to <1389796836.79.0.0324549758779.issue14455@psf.upfronthosting.co.za>
Content
> I'm going to do some more spelunking to find out what's going on here, and
> will adjust the plistlib code to fully represent all values of unsigned
> 64-bit integers (likely based on your code for supporting 128-bit integers)

My last patch supports only values up to 2**64-1.

Perhaps you will want to add new test case in 
Mac/Tools/plistlib_generate_testdata.py.
History
Date User Action Args
2014-01-15 15:05:33serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, python-dev, d9pouces, markgrandi
2014-01-15 15:05:33serhiy.storchakalinkissue14455 messages
2014-01-15 15:05:33serhiy.storchakacreate