This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Check implementation of new buffer interface for PyString in 2.6
Type: behavior Stage: test needed
Components: Interpreter Core Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, pitrou, teoliphant
Priority: high Keywords: 26backport

Created on 2008-03-26 11:53 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg64550 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-03-26 11:53
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?
msg64551 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-03-26 11:55
By the way the code is in
svn+ssh://pythondev@svn.python.org/python/branches/trunk-bytearray
msg87722 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-05-13 23:31
Uh, this was done a long time ago.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46744
2009-05-13 23:31:01pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg87722

resolution: fixed
2009-05-13 22:18:02ajaksu2setstage: test needed
versions: + Python 2.7
2008-03-26 11:55:39christian.heimessetnosy: + teoliphant
messages: + msg64551
2008-03-26 11:53:56christian.heimescreate