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 b776d3b commit 5314243Copy full SHA for 5314243
Lib/test/test_frame.py
@@ -8,6 +8,7 @@
8
import weakref
9
10
from test import support
11
+from test.support import threading_helper
12
from test.support.script_helper import assert_python_ok
13
14
@@ -327,6 +328,7 @@ def f():
327
328
gc.enable()
329
330
@support.cpython_only
331
+ @threading_helper.requires_working_threading()
332
def test_sneaky_frame_object_teardown(self):
333
334
class SneakyDel:
0 commit comments