[issue16592] stringlib_bytes_join doesn't raise MemoryError on allocation failure

Serhiy Storchaka report at bugs.python.org
Sun Dec 2 10:49:07 CET 2012


Serhiy Storchaka added the comment:

> I wonder why I don't see a memory error in Python 3.3 or earlier. Any idea?

See issue #15958. Now join() accept arbitrary buffer objects, which can be modified during iteration, and therefore need a temporary list of Py_buffers.

----------
nosy: +serhiy.storchaka
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16592>
_______________________________________


More information about the Python-bugs-list mailing list