summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst
blob: c50ac638df5770f458044a2052b8d53bd13d24e7 (plain)
1
2
3
4
Avoid test suite failures on macOS by no longer calling resource.setrlimit
to increase the process stack size limit at runtime.  The runtime change is
no longer needed since the interpreter is being built with a larger default
stack size.