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 0e8a989 commit e917f7cCopy full SHA for e917f7c
1 file changed
trio/_core/_tests/test_run.py
@@ -2279,6 +2279,10 @@ async def crasher():
2279
gc.garbage.clear()
2280
2281
2282
+@pytest.mark.xfail(
2283
+ sys.version_info >= (3, 12),
2284
+ reason="Waiting on https://github.com/python/cpython/issues/100964",
2285
+)
2286
@pytest.mark.skipif(
2287
sys.implementation.name != "cpython", reason="Only makes sense with refcounting GC"
2288
)
0 commit comments