()
| 444 | |
| 445 | @pytest.mark.skipif(sys.platform.startswith("emscripten"), reason="Requires threads") |
| 446 | def 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 | |
| 452 | def test_python_override(): |
nothing calls this directly
no outgoing calls
no test coverage detected