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-04-28.04:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493355204.8.0.839923447507.issue30193@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't so easy. Supporting the buffer protocol can slowdown the common case -- str.

Do you have concrete use case for this feature or add it just as an extension of bytes and bytearray support?
History
Date User Action Args
2017-04-28 04:53:24serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, ezio.melotti, fafhrd91
2017-04-28 04:53:24serhiy.storchakasetmessageid: <1493355204.8.0.839923447507.issue30193@psf.upfronthosting.co.za>
2017-04-28 04:53:24serhiy.storchakalinkissue30193 messages
2017-04-28 04:53:24serhiy.storchakacreate