-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
asyncio.Runner+PidfdChildWatcher leaves zombie processes #95899
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
Labels
3.11
only security fixes
3.12
only security fixes
topic-asyncio
type-bug
An unexpected behavior, bug, or error
Comments
#94184 would fix this specific combination. I suspect any ChildWatcher that implements |
Why the nonsense with |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 15, 2022
…ythonGH-95900) (cherry picked from commit 914f636) Co-authored-by: Kumar Aditya <[email protected]>
gvanrossum
pushed a commit
that referenced
this issue
Aug 15, 2022
gvanrossum
pushed a commit
that referenced
this issue
Aug 15, 2022
…) (#96003) (cherry picked from commit 914f636) Co-authored-by: Kumar Aditya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.11
only security fixes
3.12
only security fixes
topic-asyncio
type-bug
An unexpected behavior, bug, or error
on python3.10 this produces:
on python3.11 it hangs forever in
await self.proc.communicate()
Originally posted by @graingert in #95736 (comment)
The text was updated successfully, but these errors were encountered: