Skip to content

Commit 0c3baa4

Browse files
authored
Fix potential filedescriptor leak by not applying -hugify (#594)
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
1 parent 46a3737 commit 0c3baa4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cpython-unix/patch-configure-bolt-apply-flags-128514.patch

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,3 @@ index ee034e5a962..f1a69b7d4a7 100644
1212
-icf=1
1313
-inline-all
1414
-split-eh
15-
@@ -2196,6 +2197,7 @@ then
16-
-dyno-stats
17-
-use-gnu-stack
18-
-frame-opt=hot
19-
+ -hugify
20-
")]
21-
)
22-
fi

0 commit comments

Comments
 (0)