-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-82504: deprecate the MultiLoopChildWatcher #94648
Conversation
graingert
commented
Jul 7, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: asyncio: MultiLoopWatcher has a race condition (test_asyncio: test_close_kill_running() hangs on AMD64 RHEL7 Refleaks 3.x) #82504
Misc/NEWS.d/next/Library/2022-07-07-09-04-49.gh-issue-82504.6xtYAz.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to add What's New entry about this deprecation.
…tYAz.rst Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
84a0ca0
to
2e6e996
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thanks for the review @kumaraditya303 ! |
@gvanrossum Would you like to review this? This deprecates |
I'm sorry, I don't feel comfortable reviewing this. Any core dev CC'ed on the issue would be more qualified than me. |
@kumaraditya303 can you request @njsmith on this? |
Superseded by #98089 |