https://github.com/python/cpython/commit/8567a5e97d699b7e1dd80864bdde95f340f0d8a1
commit: 8567a5e97d699b7e1dd80864bdde95f340f0d8a1
branch: 3.13
author: Eric Snow <[email protected]>
committer: ericsnowcurrently <[email protected]>
date: 2024-07-23T21:53:39Z
summary:
[3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122202)
(cherry picked from commit 41a91bd67f86c922f350894a797738038536e1c5, AKA
gh-122200)
files:
M Lib/test/test_types.py
diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py
index d6d760c2814cff..51a34271e781b8 100644
--- a/Lib/test/test_types.py
+++ b/Lib/test/test_types.py
@@ -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 @@ 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()
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]