mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-143001: Add @cpython_only to test_sys.test_current_frames() (#144004)
This commit is contained in:
parent
d77aaa7311
commit
67535ab2d2
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user