Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_fatal_error
Method
test_fatal_error
Lib/test/test_faulthandler.py:292–293 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
290
py_fatal_error=True)
291
292
def
test_fatal_error(self):
293
self.check_fatal_error_func(False)
294
295
def
test_fatal_error_without_gil(self):
296
self.check_fatal_error_func(True)
Callers
nothing calls this directly
Calls
1
check_fatal_error_func
Method · 0.95
Tested by
no test coverage detected