Commit 883dfc6
authored
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.
1 parent be6dbfb commit 883dfc6
File tree
3 files changed
+3
-12
lines changed- Misc/NEWS.d/next/macOS
3 files changed
+3
-12
lines changedLines 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 | |
|---|---|---|---|
| |||
9542 | 9542 | | |
9543 | 9543 | | |
9544 | 9544 | | |
9545 | | - | |
9546 | | - | |
9547 | | - | |
9548 | | - | |
9549 | | - | |
9550 | | - | |
9551 | 9545 | | |
9552 | 9546 | | |
9553 | 9547 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2701 | 2701 | | |
2702 | 2702 | | |
2703 | 2703 | | |
2704 | | - | |
2705 | | - | |
2706 | | - | |
2707 | | - | |
2708 | | - | |
2709 | | - | |
2710 | 2704 | | |
2711 | 2705 | | |
2712 | 2706 | | |
| |||
0 commit comments