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

Function g

Lib/test/crashers/trace_at_recursion_limit.py:13–19  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

11 pass
12
13def g(*args):
14 if True: # change to True to crash interpreter
15 try:
16 x()
17 except:
18 pass
19 return g
20
21def f():
22 print(sys.getrecursionlimit())

Callers

nothing calls this directly

Calls 1

xFunction · 0.70

Tested by

no test coverage detected