Commit 0c3baa4
authored
Fix potential filedescriptor leak by not applying
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-hugify (#594)1 parent 46a3737 commit 0c3baa4
1 file changed
+0
-8
lines changedLines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
0 commit comments