[New-bugs-announce] [issue33126] Some C buffer protocol APIs not documented

Antoine Pitrou report at bugs.python.org
Fri Mar 23 12:49:06 EDT 2018


New submission from Antoine Pitrou <pitrou at free.fr>:

The following C functions are available for C code but not documented:
- PyBuffer_ToContiguous()
- PyBuffer_FromContiguous()
- PyObject_CopyData()

I am not sure how to describe those functions myself.

----------
assignee: docs at python
components: Documentation
messages: 314315
nosy: docs at python, pitrou, skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: Some C buffer protocol APIs not documented
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33126>
_______________________________________


More information about the New-bugs-announce mailing list