From: Benjamin Peterson Date: Mon, 2 Feb 2015 19:06:11 +0000 (-0500) Subject: _clear_type_cache is cpython-only X-Git-Tag: v3.4.3rc1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3356a2e2f03f52c4e53b9a950143872338e72334;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 f8a9e5eceeea..f86c7c1b8908 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -539,6 +539,7 @@ class SysModuleTest(unittest.TestCase): test.support.get_attribute(sys, "getwindowsversion") self.assert_raise_on_new_sys_type(sys.getwindowsversion()) + @test.test_support.cpython_only def test_clear_type_cache(self): sys._clear_type_cache()