mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
remove doc-string declaration no longer used after AC conversion (GH-11444)
This commit is contained in:
parent
67ba547cf0
commit
a5b76167de
1 changed files with 0 additions and 4 deletions
|
@ -1594,10 +1594,6 @@ sys__clear_type_cache_impl(PyObject *module)
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyDoc_STRVAR(sys_clear_type_cache__doc__,
|
|
||||||
"_clear_type_cache() -> None\n\
|
|
||||||
Clear the internal type lookup cache.");
|
|
||||||
|
|
||||||
/*[clinic input]
|
/*[clinic input]
|
||||||
sys.is_finalizing
|
sys.is_finalizing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue