We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f540d commit 8567a5eCopy full SHA for 8567a5e
Lib/test/test_types.py
@@ -1,6 +1,7 @@
1
# Python test set -- part 6, built-in types
2
3
from test.support import run_with_locale, cpython_only, MISSING_C_DOCSTRINGS
4
+from test.test_import import no_rerun
5
import collections.abc
6
from collections import namedtuple, UserDict
7
import copy
@@ -2378,6 +2379,7 @@ def setUpClass(cls):
2378
2379
import test.support.interpreters.channels
2380
2381
@cpython_only
2382
+ @no_rerun('channels (and queues) might have a refleak; see gh-122199')
2383
def test_slot_wrappers(self):
2384
rch, sch = interpreters.channels.create()
2385
0 commit comments