diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-09-03 07:32:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 07:32:19 (GMT) |
commit | be9de8721d63b9d8e032d508069daf88c06542c6 (patch) | |
tree | d253f5fac76d6c7a61c775048235f8836ad496d8 /Misc/NEWS.d | |
parent | b4b6342848ec0459182a992151099252434cc619 (diff) | |
download | cpython-be9de8721d63b9d8e032d508069daf88c06542c6.zip cpython-be9de8721d63b9d8e032d508069daf88c06542c6.tar.gz cpython-be9de8721d63b9d8e032d508069daf88c06542c6.tar.bz2 |
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2021-08-27-16-55-10.bpo-34602.ZjHsYJ.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2021-08-27-16-55-10.bpo-34602.ZjHsYJ.rst b/Misc/NEWS.d/next/macOS/2021-08-27-16-55-10.bpo-34602.ZjHsYJ.rst new file mode 100644 index 0000000..29a6ff9 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2021-08-27-16-55-10.bpo-34602.ZjHsYJ.rst @@ -0,0 +1,3 @@ +When building CPython on macOS with ``./configure +--with-undefined-behavior-sanitizer --with-pydebug``, the stack size is now +quadrupled to allow for the entire test suite to pass. |