Nick Coghlan <ncogh...@gmail.com> added the comment:

It only needs to be unique for the lifetime of the buffer reference - for a 
Py_buffer struct on the stack, by the time the relevant C stack frame goes 
away, ReleaseBuffer should already have been called.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to