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 pitrou
Recipients pitrou
Date 2012-12-02.01:27:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354411650.12.0.480511904473.issue16592@psf.upfronthosting.co.za>
In-reply-to
Content
>>> l = [b''] * (100*1024*1024)
[104918914 refs]
>>> d = b''.join(l)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: error return without exception set

(you'll have to adjust the list size based on your system memory size)
History
Date User Action Args
2012-12-02 01:27:30pitrousetrecipients: + pitrou
2012-12-02 01:27:30pitrousetmessageid: <1354411650.12.0.480511904473.issue16592@psf.upfronthosting.co.za>
2012-12-02 01:27:29pitroulinkissue16592 messages
2012-12-02 01:27:28pitroucreate