Drop the max stack depth to something that works in 2.6
This commit is contained in:
parent
2cb077a8c1
commit
ce15dce421
|
@ -15,7 +15,7 @@
|
||||||
* and risks coring the interpreter. When the object stack gets this deep,
|
* and risks coring the interpreter. When the object stack gets this deep,
|
||||||
* raise an exception instead of continuing.
|
* raise an exception instead of continuing.
|
||||||
*/
|
*/
|
||||||
#define MAX_MARSHAL_STACK_DEPTH 5000
|
#define MAX_MARSHAL_STACK_DEPTH 2000
|
||||||
|
|
||||||
#define TYPE_NULL '0'
|
#define TYPE_NULL '0'
|
||||||
#define TYPE_NONE 'N'
|
#define TYPE_NONE 'N'
|
||||||
|
|
Loading…
Reference in New Issue