X Tutup
Skip to content

gh-88050: Fix asyncio subprocess kill process cleanly when process is blocked#32073

Merged
gvanrossum merged 25 commits intopython:mainfrom
kumaraditya303:fix-asyncio-subprocess
Oct 5, 2022
Merged

gh-88050: Fix asyncio subprocess kill process cleanly when process is blocked#32073
gvanrossum merged 25 commits intopython:mainfrom
kumaraditya303:fix-asyncio-subprocess

Conversation

@kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented Mar 23, 2022

This PR fixes the issue by calling the waiters after all the callbacks are executed so that no callbacks are scheduled after the method returns.

Loading
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.

9 participants

X Tutup