Skip to content

Commit 7e9d976

Browse files
committed
gh-143001 Add @cpython_only to test_sys.test_current_frames
1 parent 63cc125 commit 7e9d976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def test_getframemodulename(self):
494494
self.assertIs(f, f2)
495495
self.assertIsNone(sys._getframemodulename(i))
496496

497-
# sys._current_frames() is a CPython-only gimmick.
497+
@support.cpython_only # sys._current_frames() is a CPython-only gimmick.
498498
@threading_helper.reap_threads
499499
@threading_helper.requires_working_threading()
500500
def test_current_frames(self):

0 commit comments

Comments
 (0)