tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.
This makes the test reliably overflow the recursion limit (which is the correct behaviour) on Mac OS X.
This commit is contained in:
parent
1bc8aa85a4
commit
ddadbaed06
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
[0] * 10000
|
[0] * 10000
|
||||||
N = 1000
|
N = 2000
|
||||||
except:
|
except:
|
||||||
N = 100
|
N = 100
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user