MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_issue_1454

Function test_issue_1454

tests/test_virtual_functions.py:446–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444
445@pytest.mark.skipif(sys.platform.startswith("emscripten"), reason="Requires threads")
446def test_issue_1454():
447 # Fix issue #1454 (crash when acquiring/releasing GIL on another thread in Python 2.7)
448 m.test_gil()
449 m.test_gil_from_thread()
450
451
452def test_python_override():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected