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