Issue 2492: Check implementation of new buffer interface for PyString in 2.6 (original) (raw)
Issue2492
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) * ![]() |
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) * ![]() |
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) * ![]() |
Date: 2009-05-13 23:31 |
Uh, this was done a long time ago. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:32 | admin | set | github: 46744 |
2009-05-13 23:31:01 | pitrou | set | status: open -> closednosy: + pitroumessages: + resolution: fixed |
2009-05-13 22🔞02 | ajaksu2 | set | stage: test neededversions: + Python 2.7 |
2008-03-26 11:55:39 | christian.heimes | set | nosy: + teoliphantmessages: + |
2008-03-26 11:53:56 | christian.heimes | create |