New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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).

----------
components: Library (Lib), macOS
messages: 380263
nosy: ned.deily, ronaldoussoren, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Plistlib cannot create binary Plist file larger than 4GiB
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42249>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to