]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #2396: backport the memoryview object.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Apr 2009 21:18:34 +0000 (21:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Apr 2009 21:18:34 +0000 (21:18 +0000)
commit789be0c0a0656d17f831aa781cf7c5d55e5b4835
tree8ce796bd726fcbbb4c9f19ae2d3601517ebbee91
parent48e3fd240fc6338fbcbbc9c1c8a7d118faca924a
Issue #2396: backport the memoryview object.
15 files changed:
Doc/c-api/buffer.rst
Doc/c-api/objbuffer.rst
Doc/library/functions.rst
Doc/library/stdtypes.rst
Doc/tutorial/modules.rst
Include/Python.h
Include/memoryobject.h [new file with mode: 0644]
Include/object.h
Lib/test/test_memoryview.py [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS
Objects/abstract.c
Objects/memoryobject.c [new file with mode: 0644]
Objects/typeobject.c
Python/bltinmodule.c