mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
GH-130396: Include stack margin for debug windows builds (GH-130554)
This commit is contained in:
parent
f963239ff1
commit
2dad1e08ec
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PyAPI_DATA(int) (*PyOS_InputHook)(void);
|
|||
#if defined(_Py_ADDRESS_SANITIZER) || defined(_Py_THREAD_SANITIZER)
|
||||
# define PYOS_STACK_MARGIN 4096
|
||||
#elif defined(Py_DEBUG) && defined(WIN32)
|
||||
# define PYOS_STACK_MARGIN 3072
|
||||
# define PYOS_STACK_MARGIN 4096
|
||||
#elif defined(__wasi__)
|
||||
/* Web assembly has two stacks, so this isn't really a size */
|
||||
# define PYOS_STACK_MARGIN 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue