Skip to content

Commit 8567a5e

Browse files
[3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122202)
(cherry picked from commit 41a91bd, AKA gh-122200)
1 parent e0f540d commit 8567a5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_types.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Python test set -- part 6, built-in types
22

33
from test.support import run_with_locale, cpython_only, MISSING_C_DOCSTRINGS
4+
from test.test_import import no_rerun
45
import collections.abc
56
from collections import namedtuple, UserDict
67
import copy
@@ -2378,6 +2379,7 @@ def setUpClass(cls):
23782379
import test.support.interpreters.channels
23792380

23802381
@cpython_only
2382+
@no_rerun('channels (and queues) might have a refleak; see gh-122199')
23812383
def test_slot_wrappers(self):
23822384
rch, sch = interpreters.channels.create()
23832385

0 commit comments

Comments
 (0)