We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e69419 + f5f9c13 commit bcf527eCopy full SHA for bcf527e
1 file changed
Lib/test/test_sys.py
@@ -539,7 +539,7 @@ def test_sys_getwindowsversion_no_instantiation(self):
539
test.support.get_attribute(sys, "getwindowsversion")
540
self.assert_raise_on_new_sys_type(sys.getwindowsversion())
541
542
- @test.test_support.cpython_only
+ @test.support.cpython_only
543
def test_clear_type_cache(self):
544
sys._clear_type_cache()
545
0 commit comments