There was an error while loading. Please reload this page.
1 parent 67ba547 commit a5b7616Copy full SHA for a5b7616
1 file changed
Python/sysmodule.c
@@ -1594,10 +1594,6 @@ sys__clear_type_cache_impl(PyObject *module)
1594
Py_RETURN_NONE;
1595
}
1596
1597
-PyDoc_STRVAR(sys_clear_type_cache__doc__,
1598
-"_clear_type_cache() -> None\n\
1599
-Clear the internal type lookup cache.");
1600
-
1601
/*[clinic input]
1602
sys.is_finalizing
1603
0 commit comments