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.
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:32 | admin | set | github: 46744 |
| 2009年05月13日 23:31:01 | pitrou | set | status: open -> closed nosy: + pitrou messages: + msg87722 resolution: fixed |
| 2009年05月13日 22:18:02 | ajaksu2 | set | stage: test needed versions: + Python 2.7 |
| 2008年03月26日 11:55:39 | christian.heimes | set | nosy:
+ teoliphant messages: + msg64551 |
| 2008年03月26日 11:53:56 | christian.heimes | create | |