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 /pyconfig.h.in | |
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 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 63438d8..49407ab 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1509,6 +1509,9 @@ (which you can't on SCO ODT 3.0). */ #undef SYS_SELECT_WITH_SYS_TIME +/* Custom thread stack size depending on chosen sanitizer runtimes. */ +#undef THREAD_STACK_SIZE + /* Library needed by timemodule.c: librt may be needed for clock_gettime() */ #undef TIMEMODULE_LIB |