Kaydet (Commit) 5e69419e authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.4

......@@ -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()
......
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