MCPcopy Index your code
hub / github.com/python/cpython / exceeds_recursion_limit

Function exceeds_recursion_limit

Lib/test/support/__init__.py:2809–2811  ·  view source on GitHub ↗

For recursion tests, easily exceeds default recursion limit.

()

Source from the content-addressed store, hash-verified

2807
2808
2809def exceeds_recursion_limit():
2810 """For recursion tests, easily exceeds default recursion limit."""
2811 return 150_000
2812
2813
2814# 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…