diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index a2668a38c6b4a2f..66a5af2b5b64cb1 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -242,6 +242,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only .. deprecated:: 3.13 Use the more general :func:`_clear_internal_caches` function instead. + .. versionchanged:: next + The type cache is no longer cleared, as it is now implemented per-type. + .. function:: _clear_internal_caches() @@ -250,6 +253,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only .. versionadded:: 3.13 + .. versionchanged:: next + The type cache is no longer cleared, as it is now implemented per-type. + .. function:: _current_frames()