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 gregory.p.smith
Recipients alex, brett.cannon, gregory.p.smith, santoso.wijaya, serhiy.storchaka
Date 2013-03-04.20:53:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362430429.36.0.141567516949.issue17343@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, a bytearray version would require the talked about but not implemented due to complexity (in pep3118) support for locking a buffer from other mutations.  best concentrate on bytes then.

Do we have a memoryview equivalent for PyUnicode?  If not, we should... (a separate enhancement request)
History
Date User Action Args
2013-03-04 20:53:49gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, alex, santoso.wijaya, serhiy.storchaka
2013-03-04 20:53:49gregory.p.smithsetmessageid: <1362430429.36.0.141567516949.issue17343@psf.upfronthosting.co.za>
2013-03-04 20:53:49gregory.p.smithlinkissue17343 messages
2013-03-04 20:53:49gregory.p.smithcreate