]> granicus.if.org Git - python/commitdiff
_clear_type_cache is cpython-only
authorBenjamin Peterson <benjamin@python.org>
Mon, 2 Feb 2015 19:06:11 +0000 (14:06 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 2 Feb 2015 19:06:11 +0000 (14:06 -0500)
Lib/test/test_sys.py

index 1e1bdbe6f348bb5ded07a39722da7f5636687995..ab35ba48a7cdcb00fddf315898e63861cf7528bf 100644 (file)
@@ -425,6 +425,7 @@ class SysModuleTest(unittest.TestCase):
             self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
         self.assertTrue(repr(sys.flags))
 
+    @test.test_support.cpython_only
     def test_clear_type_cache(self):
         sys._clear_type_cache()