[issue15821] Improve docs for PyMemoryView_FromBuffer()

Alexander Belopolsky report at bugs.python.org
Thu Aug 30 19:38:22 CEST 2012


Alexander Belopolsky added the comment:

On Thu, Aug 30, 2012 at 1:22 PM, Stefan Krah <report at bugs.python.org> wrote:
> So the topic is reduced to:
>
>   1) Previous: If non-NULL, steal the view.obj reference with automatic
>                decrement in PyBuffer_Release().
>      New:      If non-NULL, treat view.obj as a borrowed reference.
>
>   2) Copy info->format?

+1 to both ideas.

----------
nosy: +Alexander.Belopolsky
title: Improve docs for  PyMemoryView_FromBuffer() -> Improve docs for PyMemoryView_FromBuffer()

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15821>
_______________________________________


More information about the Python-bugs-list mailing list