[New-bugs-announce] [issue15915] array.array does not support the buffer interface

Ellery Newcomer report at bugs.python.org
Mon Sep 10 23:54:07 CEST 2012


New submission from Ellery Newcomer:

According to http://docs.python.org/library/array.html,

array.array supports the buffer interface; however in python 2.7, PyObject_CheckBuffer says this is not the case.

all is well in python 3.2, though.

----------
files: test.c
messages: 170242
nosy: ellery.newcomer
priority: normal
severity: normal
status: open
title: array.array does not support the buffer interface
versions: Python 2.7
Added file: http://bugs.python.org/file27169/test.c

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


More information about the New-bugs-announce mailing list