Skip to content

gh-106527: asyncio: optimize to add/remove readers and writers - #106528

Merged
methane merged 8 commits into
python:mainfrom
bdraco:optimize_adding_removing_asyncio_writers
Jul 22, 2023
Merged

gh-106527: asyncio: optimize to add/remove readers and writers#106528
methane merged 8 commits into
python:mainfrom
bdraco:optimize_adding_removing_asyncio_writers

Conversation

@bdraco

@bdracobdraco commented Jul 7, 2023

Copy link
Copy Markdown
Contributor

Reduce overhead to add and remove asyncio readers and writers

Comment threadLib/asyncio/selector_events.py
@bdraco
bdraco marked this pull request as ready for review July 7, 2023 19:37
@methanemethane changed the title gh-106527: Reduce overhead to add and remove asyncio readers and writersgh-106527: asyncio: optimize adding and removing readers and writersJul 22, 2023
@methanemethane changed the title gh-106527: asyncio: optimize adding and removing readers and writersgh-106527: asyncio: optimize to add/remove readers and writersJul 22, 2023
@methane
methane enabled auto-merge (squash) July 22, 2023 16:35
@bdraco

Copy link
Copy Markdown
ContributorAuthor

windows x86_64 runner failed on an unrelated test test_concurrent_futures

@methane
methane merged commit b7dc795 into python:mainJul 22, 2023
@bdraco

Copy link
Copy Markdown
ContributorAuthor

thanks

Sign up for freeto 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.

3 participants

@bdraco@methane@bedevere-bot