]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix problems with memoryview object. There is still more to do to finish PEP 3118...
authorTravis E. Oliphant <oliphant@enthought.com>
Fri, 12 Oct 2007 23:27:53 +0000 (23:27 +0000)
committerTravis E. Oliphant <oliphant@enthought.com>
Fri, 12 Oct 2007 23:27:53 +0000 (23:27 +0000)
commitfe9bed02e430613f95849fa49aaa4f823a762738
treef26a61380fcfda85caaaf70f55e74c75c5a0b90f
parent9b30784ab2867bcb7335add7306bbd71e2de2151
Fix problems with memoryview object.  There is still more to do to finish PEP 3118.  The memory-view object needs to be fleshed out and the struct module needs to be modified.
Include/memoryobject.h
Include/object.h
Objects/abstract.c
Objects/memoryobject.c