Skip to content

Commit

Permalink
Require working threading for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed Nov 26, 2022
1 parent b776d3b commit 5314243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/test/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import weakref

from test import support
from test.support import threading_helper
from test.support.script_helper import assert_python_ok


Expand Down Expand Up @@ -327,6 +328,7 @@ def f():
gc.enable()

@support.cpython_only
@threading_helper.requires_working_threading()
def test_sneaky_frame_object_teardown(self):

class SneakyDel:
Expand Down

0 comments on commit 5314243

Please sign in to comment.