Skip to content

Clarify run_process Ctrl+C documentation - #3486

Open
Madhur-7568 wants to merge 1 commit into
python-trio:mainfrom
Madhur-7568:docs-3300-run-process-ctrlc
Open

Clarify run_process Ctrl+C documentation#3486
Madhur-7568 wants to merge 1 commit into
python-trio:mainfrom
Madhur-7568:docs-3300-run-process-ctrlc

Conversation

@Madhur-7568

Copy link
Copy Markdown
Contributor

Summary

Clarify the run_process documentation around Ctrl+C behavior.

The note now explains that child processes normally receive Ctrl+C along with the parent process. It also points readers to Python's process_group and start_new_session options for cases where different behavior is needed.

Closes #3300

@A5rocks A5rocks added skip newsfragment Newsfragment is not required docs labels Aug 3, 2026
@Madhur-7568

Copy link
Copy Markdown
Contributor Author

Hi, I just wanted to check if you have any feedback or suggestions for this pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs skip newsfragment Newsfragment is not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

run_process: Document pitfalls re/ Ctrl+C and not creating a new process group

2 participants