We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a20695 commit 0f1938bCopy full SHA for 0f1938b
Lib/test/test_sys.py
@@ -851,7 +851,7 @@ def test_sys_getwindowsversion_no_instantiation(self):
851
@test.support.cpython_only
852
def test_clear_type_cache(self):
853
with self.assertWarnsRegex(DeprecationWarning,
854
- r".*sys._clear_type_cache() is deprecated.*"):
+ r"sys._clear_type_cache\(\) is deprecated.*"):
855
sys._clear_type_cache()
856
857
@force_not_colorized
0 commit comments