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 2013-12-02.17:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386004328.98.0.632511336562.issue14455@psf.upfronthosting.co.za>
In-reply-to
Content
According to [1] Apple's libraries write any signed 128-bit integers, but read only integers from -2**63 to 2**64-1 (e.g. signed and unsigned 64-bit integers).

[1] http://opensource.apple.com/source/CF/CF-550/CFBinaryPList.c
History
Date User Action Args
2013-12-02 17:12:09serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, python-dev, d9pouces, markgrandi
2013-12-02 17:12:08serhiy.storchakasetmessageid: <1386004328.98.0.632511336562.issue14455@psf.upfronthosting.co.za>
2013-12-02 17:12:08serhiy.storchakalinkissue14455 messages
2013-12-02 17:12:08serhiy.storchakacreate