[New-bugs-announce] [issue10211] BufferObject doesn't support new buffer interface

Kristján Valur Jónsson report at bugs.python.org
Wed Oct 27 10:49:12 CEST 2010


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

The BufferObject in 2.7 doesn't support the new buffer interface.
This makes it useless for use with the new memoryview object.
This simple patch adds that support.

----------
components: Interpreter Core
files: buffer_newbuf.patch
keywords: easy, patch
messages: 119683
nosy: krisvale
priority: normal
severity: normal
status: open
title: BufferObject doesn't support new buffer interface
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file19381/buffer_newbuf.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10211>
_______________________________________


More information about the New-bugs-announce mailing list