mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-115172: Fix explicit index extries for the C API (GH-115173)
This commit is contained in:
parent
4a08e7b343
commit
573acb30f2
14 changed files with 150 additions and 153 deletions
|
|
@ -29,7 +29,7 @@ without intermediate copying.
|
|||
Python provides such a facility at the C level in the form of the :ref:`buffer
|
||||
protocol <bufferobjects>`. This protocol has two sides:
|
||||
|
||||
.. index:: single: PyBufferProcs
|
||||
.. index:: single: PyBufferProcs (C type)
|
||||
|
||||
- on the producer side, a type can export a "buffer interface" which allows
|
||||
objects of that type to expose information about their underlying buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue