For recursion tests, easily exceeds default recursion limit.
()
| 2737 | |
| 2738 | |
| 2739 | def exceeds_recursion_limit(): |
| 2740 | """For recursion tests, easily exceeds default recursion limit.""" |
| 2741 | return 150_000 |
| 2742 | |
| 2743 | |
| 2744 | # Windows doesn't have os.uname() but it doesn't support s390x. |
no outgoing calls