Skip to content

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