New submission from Antoine Pitrou <[email protected]>: 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@python components: Documentation messages: 314315 nosy: docs@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 <[email protected]> <https://bugs.python.org/issue33126> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
