]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Finish backporting new buffer API to Python 2.6. Left to do: memoryview object and...
authorTravis E. Oliphant <oliphant@enthought.com>
Tue, 18 Mar 2008 04:44:57 +0000 (04:44 +0000)
committerTravis E. Oliphant <oliphant@enthought.com>
Tue, 18 Mar 2008 04:44:57 +0000 (04:44 +0000)
commit3781aef8f8f992f78b31c7029004fa7b1ada7304
treedfad9642ac35ed35b097ff3d8c939e8b83919d68
parent6d91be37586ba93cb7c5fa6d5da15cf5b9a19892
Finish backporting new buffer API to Python 2.6.  Left to do: memoryview object and structmodule.  But, these need to be finished in Python 3.0 first.  No objects support the new buffer API in Python 2.6 as of yet, and except for the memoryview object, I don't think they will.
Include/Python.h
Include/abstract.h
Objects/abstract.c
Objects/exceptions.c
Python/bltinmodule.c