<p dir="ltr"><br>
On 7 Oct 2014 00:31, "Christian Tismer" <<a href="mailto:tismer@stackless.com">tismer@stackless.com</a>> wrote:</p>
<p dir="ltr">><br>
> 2)<br>
> And about this glossary entry:<br>
><br>
> "An object that supports the Buffer Protocol"<br>
> - can I take that for granted, as a real definition, meaning<br>
><br>
> """an object is bytes-like iff it supports the buffer protocol"""?</p>
<p dir="ltr">Yes, although we should likely update it to say the requirement is for "memoryview(obj)" to work, with the C level buffer protocol being the only current way to support that on CPython.</p>
<p dir="ltr">Cheers,<br>
Nick.<br></p>
<p dir="ltr">><br>
> cheers - Chris<br>
><br>
> --<br>
> Christian Tismer             :^)   <a href="mailto:tismer@stackless.com">tismer@stackless.com</a><br>
> Software Consulting          :     <a href="http://www.stackless.com/">http://www.stackless.com/</a><br>
> Karl-Liebknecht-Str. 121     :     <a href="http://www.pydica.net/">http://www.pydica.net/</a><br>
> 14482 Potsdam                :     GPG key -> 0xFB7BEE0E<br>
> phone +49 173 24 18 776  fax +49 (30) 700143-0023<br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com">https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com</a></p>