This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
python3:recursion_depth [2019/05/07 13:04] jguerin Added description with examples. |
python3:recursion_depth [2019/05/07 13:10] (current) jguerin Modified footnote to reference "production" rather than "contests." |
||
|---|---|---|---|
| Line 33: | Line 33: | ||
| Note that //n//=1997 reflects the new maximum recursion depth in this example. | Note that //n//=1997 reflects the new maximum recursion depth in this example. | ||
| + | |||
| + | ===== Safety ===== | ||
| + | Note that the [[https:// | ||