We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af735f5 commit d561cc9Copy full SHA for d561cc9
Doc/deprecations/pending-removal-in-future.rst
@@ -155,3 +155,6 @@ although there is currently no date scheduled for their removal.
155
156
* :meth:`zipimport.zipimporter.load_module` is deprecated:
157
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