Commit a5b76167 authored by Tal Einat's avatar Tal Einat Committed by GitHub

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

parent 67ba547c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment