Staging
v0.5.1
https://github.com/python/cpython
Revision 883dfc668f9730b00928730035b5dbd24b9da2a0 authored by Ned Deily on 29 April 2019, 19:07:39 UTC, committed by GitHub on 29 April 2019, 19:07:39 UTC
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
History
Tip revision: 883dfc668f9730b00928730035b5dbd24b9da2a0 authored by Ned Deily on 29 April 2019, 19:07:39 UTC
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)
Tip revision: 883dfc6
File Mode Size
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps-apt.sh -rwxr-xr-x 580 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.1 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-steps.yml -rw-r--r-- 1.3 KB

back to top