mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Drop the max stack depth to something that works in 2.6
This commit is contained in:
parent
2cb077a8c1
commit
ce15dce421
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue