Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
def
g(*args):
14
if
True:
# change to True to crash interpreter
15
try
:
16
x()
17
except
:
18
pass
19
return
g
20
21
def
f():
22
print(sys.getrecursionlimit())
Callers
nothing calls this directly
Calls
1
x
Function · 0.70
Tested by
no test coverage detected