Skip to content

Commit

Permalink
[3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (g…
Browse files Browse the repository at this point in the history
…h-122202)

(cherry picked from commit 41a91bd, AKA gh-122200)
  • Loading branch information
ericsnowcurrently authored Jul 23, 2024
1 parent e0f540d commit 8567a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/test/test_types.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -2378,6 +2379,7 @@ def setUpClass(cls):
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()

Expand Down

0 comments on commit 8567a5e

Please # to comment.