Kaydet (Commit) 77a57c75 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

_clear_type_cache is cpython-only

üst dda9121a
...@@ -425,6 +425,7 @@ class SysModuleTest(unittest.TestCase): ...@@ -425,6 +425,7 @@ class SysModuleTest(unittest.TestCase):
self.assertEqual(type(getattr(sys.flags, attr)), int, attr) self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
self.assertTrue(repr(sys.flags)) self.assertTrue(repr(sys.flags))
@test.test_support.cpython_only
def test_clear_type_cache(self): def test_clear_type_cache(self):
sys._clear_type_cache() sys._clear_type_cache()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment