gh-81554: Add add_reader support to ProactorEventLoop#141834
Open
minrk wants to merge 17 commits into
Open
gh-81554: Add add_reader support to ProactorEventLoop#141834minrk wants to merge 17 commits into
minrk wants to merge 17 commits into
Commits
Commits on Nov 21, 2025
import tornado selector thread
Show description for 7cfacc4committed- committed
Add ProactorEventLoop.add_reader and friends
Show description for cc0e55acommitted- committed
Commits on Nov 24, 2025
Apply suggestions from code review
Show description for a720ba0andauthoredcheck and split fd-like to int FD in proactor add_reader
Show description for 5135dabcommittedAddress revieww
Show description for a5fa125committedasyncio._selector_thread: avoid daemon thread
Show description for 8c76be9committedadd some docstrings to SelectorThread methods
Show description for 7996d64committeduse versionchanged:: next
Show description for c12d733committed
Commits on Nov 29, 2025
Commits on Dec 1, 2025
more robust selector thread test
Show description for eb8739ecommitted
Commits on Dec 2, 2025
- committed
Commits on Dec 5, 2025
Apply suggestions from code review
Show description for 77c304fandauthored- committed
apply suggestions from review
Show description for 75c328bandauthored- committed