Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] devpoll (solaris) support #3014

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CoolCat467
Copy link
Contributor

@CoolCat467 CoolCat467 commented Jun 10, 2024

This pull request is attempting to add /dev/poll (devpoll)-based IO polling.
As of writing this is currently untested and I don't really have experience working with this sort of thing, but I'm going to try anyways!
At the moment, I've basically stolen everything the epoll system does, and reading about the differences I don't really see a whole lot.

Mostly for myself but maybe helpful resources:

EDIT:
Might not actually go anywhere because of issues with getting a solaris runner in CI

@CoolCat467 CoolCat467 marked this pull request as draft June 10, 2024 08:37
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 111 lines in your changes missing coverage. Please review.

Project coverage is 99.02%. Comparing base (2741527) to head (a395fd5).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3014      +/-   ##
==========================================
- Coverage   99.63%   99.02%   -0.62%     
==========================================
  Files         120      121       +1     
  Lines       17855    17966     +111     
  Branches     3212     3234      +22     
==========================================
  Hits        17790    17790              
- Misses         46      157     +111     
  Partials       19       19              
Files Coverage Δ
src/trio/_tools/gen_exports.py 99.15% <ø> (ø)
src/trio/_core/_run.py 99.07% <0.00%> (-0.31%) ⬇️
src/trio/_core/_io_devpoll.py 0.00% <0.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant