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 piotr.dobrogost
Recipients benjamin.peterson, dw, hynek, kmike, piotr.dobrogost, pitrou, python-dev, scoder, serhiy.storchaka, skrah, stutzbach
Date 2015-03-04.20:12:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425499947.6.0.485381847711.issue22003@psf.upfronthosting.co.za>
In-reply-to
Content
> This new patch abandons the buffer interface and specializes for Bytes per the comments on this issue.

Why does it abandon buffer interface? Because of the following?

> Thanks for digging here. As much as I'd love to follow this interpretation, it simply doesn't match existing buffer implementations, including within the standard library.

Shouldn't existing buffer implementations be fixed then and this feature made to use buffer interface instead of specialize for Bytes? If so is there at least any information on this in the comments so that one wouldn't wonder why there is specialization instead of relaying on buffer interface?
History
Date User Action Args
2015-03-04 20:12:27piotr.dobrogostsetrecipients: + piotr.dobrogost, pitrou, scoder, benjamin.peterson, stutzbach, skrah, python-dev, hynek, dw, serhiy.storchaka, kmike
2015-03-04 20:12:27piotr.dobrogostsetmessageid: <1425499947.6.0.485381847711.issue22003@psf.upfronthosting.co.za>
2015-03-04 20:12:27piotr.dobrogostlinkissue22003 messages
2015-03-04 20:12:27piotr.dobrogostcreate