Skip to content

Commit 96ac35c

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Increase stack margin
Summary: <!-- pyimport-metadata:begin --> This diff adds a patch to the `third-party/python/main` Meta-internal fork. Increase stack depth for ASAN builds Reviewed By: itamaro Differential Revision: D115094261 fbshipit-source-id: 78e31da5653159dab7c2f941f5c04e056c11c2a8
1 parent a5311f2 commit 96ac35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_pythonrun.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern PyObject* _PyRun_SimpleString(
4949
|| defined(_Py_ADDRESS_SANITIZER) \
5050
|| defined(_Py_THREAD_SANITIZER)) \
5151
|| defined(_Py_UNDEFINED_BEHAVIOR_SANITIZER)
52-
# define _PyOS_LOG2_STACK_MARGIN 12
52+
# define _PyOS_LOG2_STACK_MARGIN 13
5353
#else
5454
# define _PyOS_LOG2_STACK_MARGIN 11
5555
#endif

0 commit comments

Comments
 (0)