Files
cpython/Doc/c-api
cd3395a8b1 [3.14] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134426)
Two special methods, __buffer__ and __release_buffer__ were added to
Python 3.12 by PEP 688. The C API Type Object documentation for slots
includes `tp_as_buffer`, and sub-slots `bf_getbuffer`, `bf_releasebuffer`
but does not refer to the Python Data Model version of those. Add the
missing references.

(cherry picked from commit b529b60fc2)

Co-authored-by: Cody Maloney <[email protected]>
2025-05-21 16:33:35 +02:00
..
2025-05-06 18:33:52 +03:00
2025-02-11 19:16:29 +02:00
2025-05-06 18:33:52 +03:00
2025-04-08 14:20:51 +03:00