Skip to content

bpo-43884: Fix asyncio subprocess kill process cleanly when process is blocked - #31611

Closed
kumaraditya303 wants to merge 1 commit into
python:mainfrom
kumaraditya303:subprocess
Closed

bpo-43884: Fix asyncio subprocess kill process cleanly when process is blocked#31611
kumaraditya303 wants to merge 1 commit into
python:mainfrom
kumaraditya303:subprocess

Conversation

@kumaraditya303

@kumaraditya303kumaraditya303 commented Feb 28, 2022

Copy link
Copy Markdown
Contributor

@kumaraditya303kumaraditya303 changed the title bpo-issue43884: Fix asyncio subprocess kill process cleanly when process is blockedbpo-43884: Fix asyncio subprocess kill process cleanly when process is blockedFeb 28, 2022
@kumaraditya303
kumaraditya303 deleted the subprocess branch February 28, 2022 10:20
@kumaraditya303
kumaraditya303 restored the subprocess branch February 28, 2022 10:21
@kumaraditya303kumaraditya303 changed the title bpo-43884: Fix asyncio subprocess kill process cleanly when process is blockedbpo-46877: export unittest.doModuleCleanups in unittest packageFeb 28, 2022
@kumaraditya303kumaraditya303 changed the title bpo-46877: export unittest.doModuleCleanups in unittest packagebpo-43884: Fix asyncio subprocess kill process cleanly when process is blockedFeb 28, 2022
@mxschmitt

Copy link
Copy Markdown
Contributor

@kumaraditya303 whats the reason that this got closed? Seems still affecting Python from my understanding.

@kumaraditya303

Copy link
Copy Markdown
ContributorAuthor

whats the reason that this got closed? Seems still affecting Python from my understanding.

@mxschmitt
This fix didn't worked well and some tests were failing, I am working on a fix but there is no timeline currently.

@kumaraditya303

kumaraditya303 commented Oct 5, 2022

Copy link
Copy Markdown
ContributorAuthor

@mxschmitt FYI #32073 fixed this and is backported to 3.11.

Sign up for freeto 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.

4 participants

@kumaraditya303@mxschmitt@the-knights-who-say-ni@bedevere-bot