[issue6071] no longer possible to hash arrays

Martin v. Löwis report at bugs.python.org
Mon Jul 13 23:05:24 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> It no longer works with objects created with buffer() either:

That's because the buffer objects don't implement the buffer protocol
(in particular, they don't define the Py_TPFLAGS_HAVE_NEWBUFFER flag,
and the bf_getbuffer/bf_releasebuffer operations that go with that flag.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6071>
_______________________________________


More information about the Python-bugs-list mailing list