MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_gil_released

Method test_gil_released

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

Source from the content-addressed store, hash-verified

336
337 @skip_segfault_on_android
338 def test_gil_released(self):
339 self.check_fatal_error("""
340 import faulthandler
341 faulthandler.enable()
342 faulthandler._sigsegv(True)
343 """,
344 3,
345 'Segmentation fault')
346
347 @skip_segfault_on_android
348 def test_enable_file(self):

Callers

nothing calls this directly

Calls 1

check_fatal_errorMethod · 0.95

Tested by

no test coverage detected