]> granicus.if.org Git - python/commit
Issue #14181: Allow memoryview construction from an object that uses the
authorStefan Krah <skrah@bytereef.org>
Mon, 5 Mar 2012 08:30:47 +0000 (09:30 +0100)
committerStefan Krah <skrah@bytereef.org>
Mon, 5 Mar 2012 08:30:47 +0000 (09:30 +0100)
commit4e99a315b7d10049a16fb1529d2976f13dae5b71
treeec1efe3ec503c28ab99a88aaa2b68605cfeb71d1
parentab8f392ff0892e00f37773c74986501a5280da17
Issue #14181: Allow memoryview construction from an object that uses the
getbuffer redirection scheme.
Lib/test/test_buffer.py
Modules/_testbuffer.c
Objects/memoryobject.c