Skip to content
Snippets Groups Projects
Commit ddadbaed authored by Damien George's avatar Damien George
Browse files

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.
parent 1bc8aa85
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
try:
[0] * 10000
N = 1000
N = 2000
except:
N = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment