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 exarkun, pitrou, skrah
Date 2012-09-16.23:36:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347838571.3321.0.camel@localhost.localdomain>
In-reply-to <1347837781.51.0.608279562368.issue15945@psf.upfronthosting.co.za>
Content
> Or I could explicitly convert the memoryview to a bytes object.  That
> strikes me as rather preferable.  However, this defeats one use of
> memoryview, which is to avoid unnecessary copying.  So it might be
> suitable workaround for some cases, but not all.

Indeed, that's why I think it would be good to fix the bytes.join()
method (which is precisely meant to minimize copying and resizing).
History
Date User Action Args
2012-09-16 23:36:39pitrousetrecipients: + pitrou, exarkun, skrah
2012-09-16 23:36:39pitroulinkissue15945 messages
2012-09-16 23:36:39pitroucreate