Skip to content

Commit 5d84021

Browse files
committed
Fix potential filedescriptor leak by not applying -hugify
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 #586 for details.
1 parent 50e3f68 commit 5d84021

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)