Skip to content

asyncio.unix_events: Make AbstractChildWatcher abstract, add PidfdChildWatcher - #7412

Merged
srittau merged 6 commits into
python:masterfrom
AlexWaygood:unix-events
Mar 1, 2022
Merged

asyncio.unix_events: Make AbstractChildWatcher abstract, add PidfdChildWatcher#7412
srittau merged 6 commits into
python:masterfrom
AlexWaygood:unix-events

Conversation

@AlexWaygood

@AlexWaygoodAlexWaygood commented Mar 1, 2022

Copy link
Copy Markdown
Member

Refs #7356

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

Comment threadstdlib/asyncio/unix_events.pyi
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
@github-actions

Copy link
Copy Markdown
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

python-chess (https://github.com/niklasf/python-chess)
+ chess/engine.py:123: error: Unused "type: ignore" comment

@srittau
srittau merged commit fd750bf into python:masterMar 1, 2022
@AlexWaygood
AlexWaygood deleted the unix-events branch March 1, 2022 15:24
@AlexWaygood

Copy link
Copy Markdown
MemberAuthor

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.

2 participants

@AlexWaygood@srittau