MCPcopy 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
12def spam():
13 print('About to call the function that calls the function that dies')
14 bar()
15
16if __name__ == '__main__':
17 import faulthandler

Callers 1

example.pyFile · 0.70

Calls 1

barFunction · 0.85

Tested by

no test coverage detected