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

2009-05-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Uh, this was done a long time ago. -- nosy: +pitrou resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

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

2008-03-26 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: By the way the code is in svn+ssh://[EMAIL PROTECTED]/python/branches/trunk-bytearray -- nosy: +teoliphant __ Tracker <[EMAIL PROTECTED]> __

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

2008-03-26 Thread Christian Heimes
New submission from Christian Heimes <[EMAIL PROTECTED]>: 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 mess