Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/library/sys.rst
Original file line numberDiff line numberDiff line change
Expand Up@@ -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.

.. note::
This function is now a no-op and no longer clears the internal type cache.


.. function:: _clear_internal_caches()

Expand All@@ -250,6 +253,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only

.. versionadded:: 3.13

.. note::
This function no longer clears the internal type cache, as the underlying operation is now a no-op.

.. function:: _current_frames()

Expand Down