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 <rep...@bugs.python.org> <http://bugs.python.org/issue15915> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com