]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Add SendChannel.send_buffer() (#110246)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 9 Oct 2023 13:39:51 +0000 (07:39 -0600)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 13:39:51 +0000 (07:39 -0600)
commit7bd560ce8de41e62230975c44fd7fbd189e8e858
tree0d58bd28ecb0827591cf0c91a0a3cefc1de1926c
parentf4cb0d27cc08f490c42a22e646eb73cc7072d54a
gh-76785: Add SendChannel.send_buffer() (#110246)

(This is still a test module.)
13 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_ceval_state.h
Include/internal/pycore_interp.h
Include/internal/pycore_pybuffer.h [new file with mode: 0644]
Lib/test/support/interpreters.py
Lib/test/test__xxinterpchannels.py
Lib/test/test_interpreters.py
Makefile.pre.in
Modules/_xxinterpchannelsmodule.c
Modules/signalmodule.c
Objects/abstract.c
Python/ceval_gil.c
Python/pystate.c