Set the depth to something very small to try to determine if the
crashes on Windows are really due to the stack size or possibly some other problem.
This commit is contained in:
parent
117ef0863b
commit
4f82bc3183
|
@ -15,7 +15,7 @@
|
|||
* and risks coring the interpreter. When the object stack gets this deep,
|
||||
* raise an exception instead of continuing.
|
||||
*/
|
||||
#define MAX_MARSHAL_STACK_DEPTH 4000
|
||||
#define MAX_MARSHAL_STACK_DEPTH 1000
|
||||
|
||||
#define TYPE_NULL '0'
|
||||
#define TYPE_NONE 'N'
|
||||
|
|
Loading…
Reference in New Issue