Skip to content

Commit fc4d384

Browse files
committed
Update strings
1 parent bb973ea commit fc4d384

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python/clinic/sysmodule.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/sysmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,12 +2124,12 @@ sys._clear_type_cache
21242124
21252125
Clear the internal type lookup cache.
21262126
2127-
This function is deprecated and will be removed in future python versions. May we should specify 3.15?
2127+
This function is deprecated and will be removed in a future python version.
21282128
[clinic start generated code]*/
21292129

21302130
static PyObject *
21312131
sys__clear_type_cache_impl(PyObject *module)
2132-
/*[clinic end generated code: output=20e48ca54a6f6971 input=3997d1000692310e]*/
2132+
/*[clinic end generated code: output=20e48ca54a6f6971 input=1a152454376280d8]*/
21332133
{
21342134
if (PyErr_WarnEx(PyExc_DeprecationWarning,
21352135
"sys._clear_type_cache() is deprecated and scheduled for removal in a "

0 commit comments

Comments
 (0)