Skip to content

Commit d561cc9

Browse files
committed
Updated pending-removal-in-future doc for sys._clear_type_cache
1 parent af735f5 commit d561cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/deprecations/pending-removal-in-future.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,6 @@ although there is currently no date scheduled for their removal.
155155

156156
* :meth:`zipimport.zipimporter.load_module` is deprecated:
157157
use :meth:`~zipimport.zipimporter.exec_module` instead.
158+
159+
* :func:`sys._clear_type_cache` is deprecated.
160+
use :func:`sys._clear_internal_caches` instead.

0 commit comments

Comments
 (0)