mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
#22734 marshal needs a lower stack depth for debug builds on Windows
This commit is contained in:
parent
53683965aa
commit
f6c69e6cc9
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
* On Windows debug builds, reduce this value.
|
||||
*/
|
||||
#if defined(MS_WINDOWS) && defined(_DEBUG)
|
||||
#define MAX_MARSHAL_STACK_DEPTH 1500
|
||||
#define MAX_MARSHAL_STACK_DEPTH 1000
|
||||
#else
|
||||
#define MAX_MARSHAL_STACK_DEPTH 2000
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue