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, pitrou, python-dev, serhiy.storchaka
Date 2012-12-02.09:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354441747.18.0.293107658324.issue16592@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-12-02 09:49:07serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, python-dev
2012-12-02 09:49:07serhiy.storchakasetmessageid: <1354441747.18.0.293107658324.issue16592@psf.upfronthosting.co.za>
2012-12-02 09:49:07serhiy.storchakalinkissue16592 messages
2012-12-02 09:49:06serhiy.storchakacreate