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 georg.brandl, pitrou, vxgmichel
Date 2013-10-14.15:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381763167.49.0.675912736244.issue18209@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't work in 2.7 because bytearray only supports the new buffer API (which is more secure), not the old one. I don't think it's worth trying to fix at this point, so I'm tempted to close as won't fix.
History
Date User Action Args
2013-10-14 15:06:07pitrousetrecipients: + pitrou, georg.brandl, vxgmichel
2013-10-14 15:06:07pitrousetmessageid: <1381763167.49.0.675912736244.issue18209@psf.upfronthosting.co.za>
2013-10-14 15:06:07pitroulinkissue18209 messages
2013-10-14 15:06:07pitroucreate