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 63cc125 commit 7e9d976Copy full SHA for 7e9d976
Lib/test/test_sys.py
@@ -494,7 +494,7 @@ def test_getframemodulename(self):
494
self.assertIs(f, f2)
495
self.assertIsNone(sys._getframemodulename(i))
496
497
- # sys._current_frames() is a CPython-only gimmick.
+ @support.cpython_only # sys._current_frames() is a CPython-only gimmick.
498
@threading_helper.reap_threads
499
@threading_helper.requires_working_threading()
500
def test_current_frames(self):
0 commit comments