Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ bar
Function
bar
src/15/diagnosing_segmentation_faults/example.py:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
sample.die()
7
8
def
bar():
9
print(
'About to call the function that dies'
)
10
foo()
11
12
def
spam():
13
print(
'About to call the function that calls the function that dies'
)
Callers
1
spam
Function · 0.85
Calls
1
foo
Function · 0.85
Tested by
no test coverage detected