Skip to content

[3.12] remove redundant call to attach_loop in watcher (GH-110847) #110867

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 1 commit into from
Oct 14, 2023

Conversation

miss-islington
Copy link
Contributor

(cherry picked from commit 5965891)

Co-authored-by: Thomas Grainger [email protected]

(cherry picked from commit 5965891)

Co-authored-by: Thomas Grainger <[email protected]>
Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Trusting @graingert’s assessment that those classes also define null implementations in 3.12.

@graingert
Copy link
Contributor

ThreadedChildWatcher is here:

def attach_loop(self, loop):
pass

PidfdChildWatcher is here:

def attach_loop(self, loop):
pass

@gvanrossum gvanrossum merged commit 0c56c05 into python:3.12 Oct 14, 2023
@miss-islington miss-islington deleted the backport-5965891-3.12 branch October 14, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants