MCPcopy Index your code
hub / github.com/RustPython/RustPython / exceeds_recursion_limit

Function exceeds_recursion_limit

Lib/test/support/__init__.py:2739–2741  ·  view source on GitHub ↗

For recursion tests, easily exceeds default recursion limit.

()

Source from the content-addressed store, hash-verified

2737
2738
2739def 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.

Callers 2

make_deep_egMethod · 0.90

Calls

no outgoing calls

Tested by 2

make_deep_egMethod · 0.72