[issue2492] Check implementation of new buffer interface for PyString in 2.6

Christian Heimes report at bugs.python.org
Wed Mar 26 12:53:57 CET 2008


New submission from Christian Heimes <lists at cheimes.de>:

I've only implemented (getbufferproc)string_buffer_getbuffer of the new
buffer protocol. Do I have to add "exports" to the PyString struct and
add a releasebufferproc, too?

----------
components: Interpreter Core
keywords: 26backport
messages: 64550
nosy: tiran
priority: high
severity: normal
status: open
title: Check implementation of new buffer interface for PyString in 2.6
type: behavior
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2492>
__________________________________


More information about the Python-bugs-list mailing list