We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6210626 commit af155c7Copy full SHA for af155c7
Lib/test/test_frame.py
@@ -12,6 +12,7 @@
12
_testcapi = None
13
14
from test import support
15
+from test.support import threading_helper
16
from test.support.script_helper import assert_python_ok
17
18
@@ -331,6 +332,7 @@ def f():
331
332
gc.enable()
333
334
@support.cpython_only
335
+ @threading_helper.requires_working_threading()
336
def test_sneaky_frame_object_teardown(self):
337
338
class SneakyDel:
0 commit comments