Skip to content

remove child watchers from asyncio #12189

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

Merged
merged 6 commits into from
Jun 23, 2024
Merged

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented Jun 23, 2024

Closes #12184

cc @AlexWaygood

This comment has been minimized.

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I pushed to your branch to fix various linter complaints and a few style nitpicks. Type checkers are kinda dumb when it comes to sys.version_info checks -- they only have hardcoded support for a select few sys.version_info comparisons` -- so you do have to be annoyingly verbose sometimes

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@AlexWaygood AlexWaygood merged commit 23c4896 into python:main Jun 23, 2024
63 checks passed
@kumaraditya303 kumaraditya303 deleted the watcher branch June 23, 2024 14:11
max-muoto pushed a commit to max-muoto/typeshed that referenced this pull request Sep 8, 2024
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
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.

asyncio child watchers will be removed in Python 3.14
2 participants