Issue #2396: backport the memoryview object.
commita5695ec5ed259abacb9b9c572699349aaed57922
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 2 Apr 2009 21:18:34 +0000 (2 21:18 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 2 Apr 2009 21:18:34 +0000 (2 21:18 +0000)
treefb26e8f2340a3794a060a46737e43299ecdf9e52
parentc3a2e4f51dec6cea30a86a074da7202c2adb18e1
Issue #2396: backport the memoryview object.

git-svn-id: http://svn.python.org/projects/python/trunk@71070 6015fed2-1504-0410-9fe1-9d1591cc4771
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