Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 29, 2023

In the subprocess code path, wait until the child process completes with a timeout of EXIT_TIMEOUT seconds.

Fix create_worker_process() regression: use start_new_session=True if USE_PROCESS_GROUP is true.

WorkerThread.wait_stopped() uses a timeout of 60 seconds, instead of 30 seconds.

In the subprocess code path, wait until the child process completes
with a timeout of EXIT_TIMEOUT seconds.

Fix create_worker_process() regression: use start_new_session=True if
USE_PROCESS_GROUP is true.

WorkerThread.wait_stopped() uses a timeout of 60 seconds, instead of
30 seconds.
@vstinner vstinner merged commit 235aacd into python:main Sep 29, 2023
@vstinner vstinner deleted the regrtest_ctrlc branch September 29, 2023 00:51
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
python#110062)

In the subprocess code path, wait until the child process completes
with a timeout of EXIT_TIMEOUT seconds.

Fix create_worker_process() regression: use start_new_session=True if
USE_PROCESS_GROUP is true.

WorkerThread.wait_stopped() uses a timeout of 60 seconds, instead of
30 seconds.
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.

1 participant