Bug report
Bug description:
_sendfile_zerocopy creates a fresh selector per call, registers the socket, and never uses it outside that scope.
We ought to close it.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
Bug report
Bug description:
_sendfile_zerocopy creates a fresh selector per call, registers the socket, and never uses it outside that scope.
We ought to close it.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs