Skip to content

Commit 1b184c6

Browse files
committed
Remove the [deprecated]
1 parent 3719abb commit 1b184c6

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
@@ -2122,14 +2122,14 @@ extern PyObject *_Py_GetObjects(PyObject *, PyObject *);
21222122
/*[clinic input]
21232123
sys._clear_type_cache
21242124
2125-
[deprecated] Clear the internal type lookup cache.
2125+
Clear the internal type lookup cache.
21262126
21272127
This function is deprecated and will be removed in future python versions. May we should specify 3.15?
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=d427a1feaacc355c]*/
2132+
/*[clinic end generated code: output=20e48ca54a6f6971 input=3997d1000692310e]*/
21332133
{
21342134
if (PyErr_WarnEx(PyExc_DeprecationWarning,
21352135
"sys._clear_type_cache() is deprecated "

0 commit comments

Comments
 (0)