Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ x
Function
x
Lib/test/crashers/trace_at_recursion_limit.py:10–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
x():
11
pass
12
13
def
g(*args):
14
if
True:
# change to True to crash interpreter
Callers
12
g
Function · 0.70
test_lambdef
Method · 0.50
test_if_else_expr
Method · 0.50
C
Class · 0.50
test_print
Method · 0.50
test_all_errors
Method · 0.50
if1
Method · 0.50
if2
Method · 0.50
if3
Method · 0.50
if4
Method · 0.50
test_lambdas
Method · 0.50
testListCompLocalVars
Method · 0.50
Calls
no outgoing calls
Tested by
10
test_lambdef
Method · 0.40
test_if_else_expr
Method · 0.40
test_print
Method · 0.40
test_all_errors
Method · 0.40
if1
Method · 0.40
if2
Method · 0.40
if3
Method · 0.40
if4
Method · 0.40
test_lambdas
Method · 0.40
testListCompLocalVars
Method · 0.40