8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963239 commit 2dad1e0Copy full SHA for 2dad1e0
Include/pythonrun.h
@@ -28,7 +28,7 @@ PyAPI_DATA(int) (*PyOS_InputHook)(void);
28
#if defined(_Py_ADDRESS_SANITIZER) || defined(_Py_THREAD_SANITIZER)
29
# define PYOS_STACK_MARGIN 4096
30
#elif defined(Py_DEBUG) && defined(WIN32)
31
-# define PYOS_STACK_MARGIN 3072
+# define PYOS_STACK_MARGIN 4096
32
#elif defined(__wasi__)
33
/* Web assembly has two stacks, so this isn't really a size */
34
# define PYOS_STACK_MARGIN 500
0 commit comments