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 serhiy.storchaka
Recipients bob.ippolito, ezio.melotti, fafhrd91, rhettinger, serhiy.storchaka
Date 2017-05-08.20:12:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494274361.69.0.398688992498.issue30193@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch doesn't work with all objects supporting the buffer protocol, for example it doesn't work with array.array('u', '\ufeff[1,2,3]'). This is easy to fix. But I'm not sure that it is worth to complicate the code for adding support of the buffer protocol.
History
Date User Action Args
2017-05-08 20:12:41serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, ezio.melotti, fafhrd91
2017-05-08 20:12:41serhiy.storchakasetmessageid: <1494274361.69.0.398688992498.issue30193@psf.upfronthosting.co.za>
2017-05-08 20:12:41serhiy.storchakalinkissue30193 messages
2017-05-08 20:12:41serhiy.storchakacreate