From: Benjamin Peterson Date: Mon, 2 Feb 2015 19:06:11 +0000 (-0500) Subject: _clear_type_cache is cpython-only X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a57c7570fa77ea7ccac72286369b56df8509da;p=python _clear_type_cache is cpython-only --- diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 1e1bdbe6f3..ab35ba48a7 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -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()