[issue14455] plistlib unable to read json and binary plist files

Serhiy Storchaka report at bugs.python.org
Wed Jan 15 15:12:25 CET 2014


Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14455>
_______________________________________


More information about the Python-bugs-list mailing list