8000 Fix potential filedescriptor leak by not applying `-hugify` by radoering · Pull Request #594 · astral-sh/python-build-standalone · GitHub
[go: up one dir, main page]

Skip to content

Fix potential filedescriptor leak by not applying -hugify #594

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

Merged
merged 1 commit into from
May 17, 2025

Conversation

radoering
Copy link
Contributor

With -hugify the following tests fail with Python 3.12 and 3.13 on Linux:

python -m test -v -m test_pass_fds_redirected test_subprocess.py
python -m test -v -m test_no_* test_cmd_line.py
python -m test -v -m test_close_file test_posix.py

Resolves: #586

With `-hugify` the following tests fail:

python -m test -v -m test_pass_fds_redirected test_subprocess.py
python -m test -v -m test_no_* test_cmd_line.py
python -m test -v -m test_close_file test_posix.py

See astral-sh#586 for details.
@zanieb zanieb self-assigned this May 8, 2025
@zanieb zanieb merged commit 0c3baa4 into astral-sh:main May 17, 2025
438 checks passed
@zanieb zanieb added the bug Something isn't working label May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filedescriptor leaks in subprocesses?
2 participants
0