Drop the max stack depth to something that works in 2.6

This commit is contained in:
Neal Norwitz 2007-05-18 05:12:22 +00:00
parent 2cb077a8c1
commit ce15dce421
1 changed files with 1 additions and 1 deletions

View File

@ -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'