Skip to content

Commit 5314243

Browse files
committed
Require working threading for new test
1 parent b776d3b commit 5314243

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
@@ -8,6 +8,7 @@
88
import weakref
99

1010
from test import support
11+
from test.support import threading_helper
1112
from test.support.script_helper import assert_python_ok
1213

1314

@@ -327,6 +328,7 @@ def f():
327328
gc.enable()
328329

329330
@support.cpython_only
331+
@threading_helper.requires_working_threading()
330332
def test_sneaky_frame_object_teardown(self):
331333

332334
class SneakyDel:

0 commit comments

Comments
 (0)