Browse Source

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

pull/11448/head
Tal Einat 7 years ago
committed by GitHub
parent
commit
a5b76167de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Python/sysmodule.c

4
Python/sysmodule.c

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

Loading…
Cancel
Save