]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface...
authorTravis E. Oliphant <oliphant@enthought.com>
Sat, 13 Oct 2007 21:03:27 +0000 (21:03 +0000)
committerTravis E. Oliphant <oliphant@enthought.com>
Sat, 13 Oct 2007 21:03:27 +0000 (21:03 +0000)
commitddacf968682818a34a90ec6702fbb44098914a9d
treef7f6ccb66009a525c1f8aa176626a8b95a516cef
parentd417a154e4fcae12fd17b160762eafe8eec6d3f5
Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface.  Fix up array module to export the correct format for wide-builds.
Include/object.h
Modules/arraymodule.c
Objects/abstract.c
Objects/unicodeobject.c
Python/getargs.c