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 christian.heimes, martin.panter, python-dev, serhiy.storchaka, xdegaye, xiang.zhang, zach.ware
Date 2016-12-17.20:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482005538.46.0.96702765141.issue28971@psf.upfronthosting.co.za>
In-reply-to
Content
On 32-bit platform the size of empty bytes object is 17 bytes not counting padding and GC links. Plus 4 bytes for a pointer in a list. On 64 bit platform numbers are about twice larger. Therefore add at least 20-40 bytes per line.

Is not 100 MiB too large for a list in memory? For files we could use larger limit, but the problem is that file can be io.BytesIO().
History
Date User Action Args
2016-12-17 20:12:18serhiy.storchakasetrecipients: + serhiy.storchaka, christian.heimes, xdegaye, python-dev, martin.panter, zach.ware, xiang.zhang
2016-12-17 20:12:18serhiy.storchakasetmessageid: <1482005538.46.0.96702765141.issue28971@psf.upfronthosting.co.za>
2016-12-17 20:12:18serhiy.storchakalinkissue28971 messages
2016-12-17 20:12:18serhiy.storchakacreate