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 ned.deily, ronaldoussoren, serhiy.storchaka
Date 2020-11-03.07:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604388089.74.0.470654148102.issue42249@roundup.psfhosted.org>
In-reply-to
Content
Due to a typo plistlib uses at most 32 bits for references and offsets. It will fail if try to create a file larger than 4GiB or containing more than 2**32 unique objects (the latter of course implies the former).
History
Date User Action Args
2020-11-03 07:21:29serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, ned.deily
2020-11-03 07:21:29serhiy.storchakasetmessageid: <1604388089.74.0.470654148102.issue42249@roundup.psfhosted.org>
2020-11-03 07:21:29serhiy.storchakalinkissue42249 messages
2020-11-03 07:21:29serhiy.storchakacreate