[New-bugs-announce] [issue42249] Plistlib cannot create binary Plist file larger than 4GiB

Serhiy Storchaka report at bugs.python.org
Tue Nov 3 02:21:29 EST 2020


New submission from Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue42249>
_______________________________________


More information about the New-bugs-announce mailing list