mirror of https://github.com/python/cpython
[3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122202)
(cherry picked from commit 41a91bd67f
, AKA gh-122200)
This commit is contained in:
parent
e0f540d413
commit
8567a5e97d
|
@ -1,6 +1,7 @@
|
|||
# Python test set -- part 6, built-in types
|
||||
|
||||
from test.support import run_with_locale, cpython_only, MISSING_C_DOCSTRINGS
|
||||
from test.test_import import no_rerun
|
||||
import collections.abc
|
||||
from collections import namedtuple, UserDict
|
||||
import copy
|
||||
|
@ -2378,6 +2379,7 @@ class SubinterpreterTests(unittest.TestCase):
|
|||
import test.support.interpreters.channels
|
||||
|
||||
@cpython_only
|
||||
@no_rerun('channels (and queues) might have a refleak; see gh-122199')
|
||||
def test_slot_wrappers(self):
|
||||
rch, sch = interpreters.channels.create()
|
||||
|
||||
|
|
Loading…
Reference in New Issue