[Python-ideas] string codes & substring equality

Masklinn masklinn at masklinn.net
Wed Nov 27 16:53:15 CET 2013


On 2013-11-27, at 16:43 , Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> Python 3.3.3 on Windows 7 TypeError: memory view: str object does not have the buffer interface.

Yes, you need to operate on bytes to use memoryviews.


More information about the Python-ideas mailing list