Skip to content

Commit af155c7

Browse files
committed
Require working threading for new test
1 parent 6210626 commit af155c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_frame.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
_testcapi = None
1313

1414
from test import support
15+
from test.support import threading_helper
1516
from test.support.script_helper import assert_python_ok
1617

1718

@@ -331,6 +332,7 @@ def f():
331332
gc.enable()
332333

333334
@support.cpython_only
335+
@threading_helper.requires_working_threading()
334336
def test_sneaky_frame_object_teardown(self):
335337

336338
class SneakyDel:

0 commit comments

Comments
 (0)