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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16592>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to