MCPcopy Index your code
hub / github.com/python/cpython / test_gil_released

Method test_gil_released

Lib/test/test_faulthandler.py:314–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

312
313 @skip_segfault_on_android
314 def test_gil_released(self):
315 self.check_fatal_error("""
316 import faulthandler
317 faulthandler.enable()
318 faulthandler._sigsegv(True)
319 """,
320 3,
321 'Segmentation fault')
322
323 @skip_segfault_on_android
324 def test_enable_file(self):

Callers

nothing calls this directly

Calls 1

check_fatal_errorMethod · 0.95

Tested by

no test coverage detected