Commit 52a5b71
Under some conditions the earlier fix for bpo-18075, "Infinite recursion
tests triggering a segfault on Mac OS X", now causes failures on macOS
when attempting to change stack limit with resource.setrlimit
resource.RLIMIT_STACK, like regrtest does when running the test suite.
The reverted change had specified a non-default stack size when linking
the python executable on macOS. As of macOS 10.14.4, the previous
code causes a hard failure when running tests, although similar
failures had been seen under some conditions under some earlier
systems. For now, revert the original change and resume using
the default stack size when linking the interpreter.
(cherry picked from commit 883dfc6)
Co-authored-by: Ned Deily <[email protected]>
1 parent 5e09a99 commit 52a5b71
3 files changed
Lines changed: 3 additions & 12 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9541 | 9541 | | |
9542 | 9542 | | |
9543 | 9543 | | |
9544 | | - | |
9545 | | - | |
9546 | | - | |
9547 | | - | |
9548 | | - | |
9549 | | - | |
9550 | 9544 | | |
9551 | 9545 | | |
9552 | 9546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2708 | 2708 | | |
2709 | 2709 | | |
2710 | 2710 | | |
2711 | | - | |
2712 | | - | |
2713 | | - | |
2714 | | - | |
2715 | | - | |
2716 | | - | |
2717 | 2711 | | |
2718 | 2712 | | |
2719 | 2713 | | |
| |||
0 commit comments