MagicStack / MagicStack/uvloop
Implement sendfile support.
Open
Nobody has claimed this yet.
help wanted
missing feature
- Dominant language
- Cython
- Stars
- 11.9k
- Forks
- 616
- PR merge metrics
- No merged PRs in 30d
Description
Specifically two event loop methods are still missing:
loop.sock_sendfile(..)loop.sendfile(..)
Both were added to asyncio 3.7.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the event-loop entry points for loop.sock_sendfile(..) and loop.sendfile(..), then compare them with asyncio's sendfile behavior introduced in Python 3.7. Done means both methods are implemented with compatible behavior and covered by the repository's relevant tests; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100