remove doc-string declaration no longer used after AC conversion (GH-11444)

This commit is contained in:
Tal Einat
2019-01-06 10:10:34 +02:00
committed by GitHub
parent 67ba547cf0
commit a5b76167de

View File

@@ -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