diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index bdc0d75ba0c..a5708b298c8 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -493,7 +493,7 @@ class SysModuleTest(unittest.TestCase): self.assertIs(f, f2) self.assertIsNone(sys._getframemodulename(i)) - # sys._current_frames() is a CPython-only gimmick. + @support.cpython_only # sys._current_frames() is a CPython-only gimmick. @threading_helper.reap_threads @threading_helper.requires_working_threading() def test_current_frames(self):