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 gumpy, pitrou
Date 2008-12-06.15:31:34
SpamBayes Score 3.1608703e-05
Marked as misclassified No
Message-id <1228577496.33.0.456008051957.issue4509@psf.upfronthosting.co.za>
In-reply-to
Content
New bytearray patch at http://codereview.appspot.com/10049. I think I've
covered all bases. array.array will need another patch (I must admit I
care a bit less about it, since it's not a builtin type).

The patch will have to be backported for 2.6/2.7 as well, but memoryview
doesn't exist there, so the tests will have to be disabled.
History
Date User Action Args
2008-12-06 15:31:36pitrousetrecipients: + pitrou, gumpy
2008-12-06 15:31:36pitrousetmessageid: <1228577496.33.0.456008051957.issue4509@psf.upfronthosting.co.za>
2008-12-06 15:31:34pitroulinkissue4509 messages
2008-12-06 15:31:34pitroucreate