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
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 7.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 609 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 64.3 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 491.1 KB
configure.ac -rw-r--r-- 162.1 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 43.4 KB
setup.py -rw-r--r-- 99.4 KB

README.rst

back to top