remove doc-string declaration no longer used after AC conversion (GH-11444)
This commit is contained in:
@@ -1594,10 +1594,6 @@ sys__clear_type_cache_impl(PyObject *module)
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
PyDoc_STRVAR(sys_clear_type_cache__doc__,
|
||||
"_clear_type_cache() -> None\n\
|
||||
Clear the internal type lookup cache.");
|
||||
|
||||
/*[clinic input]
|
||||
sys.is_finalizing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user