]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change PyBuffer to Py_buffer to be consistent with other non-object structures like...
authorTravis E. Oliphant <oliphant@enthought.com>
Sun, 23 Sep 2007 02:00:13 +0000 (02:00 +0000)
committerTravis E. Oliphant <oliphant@enthought.com>
Sun, 23 Sep 2007 02:00:13 +0000 (02:00 +0000)
commit8ae62b60940ae0f33b1792703f3255e9c6a6a88a
treea7046041eb8d6943b159827500114aa855f69678
parent3f993c3b52f9799a010b889d20f1bc129eb89704
Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex.  Add some more functionality to the memoryview object.
16 files changed:
Include/abstract.h
Include/memoryobject.h
Include/object.h
Modules/_ctypes/_ctypes.c
Modules/_hashopenssl.c
Modules/_sre.c
Modules/arraymodule.c
Modules/mmapmodule.c
Objects/abstract.c
Objects/bufferobject.c
Objects/bytesobject.c
Objects/memoryobject.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/getargs.c
Python/marshal.c