Skip to content

signature of _posixsubprocess._fork_exec changed #5069

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

Closed
mattip opened this issue Oct 7, 2024 · 2 comments
Closed

signature of _posixsubprocess._fork_exec changed #5069

mattip opened this issue Oct 7, 2024 · 2 comments
Assignees
Milestone

Comments

@mattip
Copy link
Member

mattip commented Oct 7, 2024

The interface in _posixsubprocess._fork_exec changed in PRs python/cpython#91490 (add a way to disable VFORK) and python/cpython#23930 (add process_group support). We need to adapt these in the _posixsubprocess module.

@mattip mattip added this to the Python 3.11 milestone Oct 7, 2024
@mattip mattip self-assigned this Oct 7, 2024
@mattip
Copy link
Member Author

mattip commented Oct 7, 2024

Note that PyPy never calls vfork, so it is always "disabled".

@mattip
Copy link
Member Author

mattip commented Oct 7, 2024

Done in bea43c7

@mattip mattip closed this as completed Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant