summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pybuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-1/+1
| | | See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-091-0/+21
(This is still a test module.)