From: Benjamin Peterson Date: Mon, 2 Feb 2015 19:06:11 +0000 (-0500) Subject: _clear_type_cache is cpython-only X-Git-Tag: v2.7.10rc1~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77a57c7570fa77ea7ccac72286369b56df8509da;p=thirdparty%2FPython%2Fcpython.git _clear_type_cache is cpython-only --- diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 1e1bdbe6f348..ab35ba48a7cd 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()