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 skrah
Recipients exarkun, skrah
Date 2012-09-15.12:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347711855.47.0.308268375016.issue15945@psf.upfronthosting.co.za>
In-reply-to
Content
What is the expected outcome? memoryviews can't be resized, so
this scenario isn't possible:

>>> bytearray([1,2,3]) + b'123'
bytearray(b'\x01\x02\x03123')
History
Date User Action Args
2012-09-15 12:24:15skrahsetrecipients: + skrah, exarkun
2012-09-15 12:24:15skrahsetmessageid: <1347711855.47.0.308268375016.issue15945@psf.upfronthosting.co.za>
2012-09-15 12:24:14skrahlinkissue15945 messages
2012-09-15 12:24:14skrahcreate