Login
Roast topics
Find topics
Find it!
From:
Python Enhancement Proposals (PEPs)
(Uncensored)
subscribe
PEP 688 – Making the buffer protocol accessible in Python | peps.python.org
https://peps.python.org/pep-0688/
links
backlinks
Roast topics
Find topics
Roast it!
This PEP proposes a Python-level API for the buffer protocol, which is currently accessible only to C code. This allows type checkers to evaluate whether objects implement the protocol.