New submission from Kristján Valur Jónsson <krist...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue10211> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com