We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8862cd4 commit ab44b30Copy full SHA for ab44b30
tests/test_gil_scoped.py
@@ -108,6 +108,10 @@ def test_nested_acquire():
108
109
110
@pytest.mark.skipif(sys.platform.startswith("emscripten"), reason="Requires threads")
111
+@pytest.mark.skipif(
112
+ env.GRAALPY and sys.platform == "darwin",
113
+ reason="Transiently crashes on GraalPy on OS X",
114
+)
115
def test_multi_acquire_release_cross_module():
116
for bits in range(16 * 8):
117
internals_ids = m.test_multi_acquire_release_cross_module(bits)
0 commit comments