gh-115172: Fix explicit index extries for the C API (GH-115173)

This commit is contained in:
Serhiy Storchaka 2024-02-11 12:23:30 +02:00 committed by GitHub
parent 4a08e7b343
commit 573acb30f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 150 additions and 153 deletions

View file

@ -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.