Skip to content

Commit a223c35

Browse files
committed
gh-155354: Document that sys no longer clears the type cache
1 parent 998b890 commit a223c35

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
242242
.. deprecated:: 3.13
243243
Use the more general :func:`_clear_internal_caches` function instead.
244244

245+
.. versionchanged:: next
246+
The type cache is no longer cleared, as it is now implemented per-type.
247+
245248

246249
.. function:: _clear_internal_caches()
247250

@@ -250,6 +253,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
250253

251254
.. versionadded:: 3.13
252255

256+
.. versionchanged:: next
257+
The type cache is no longer cleared, as it is now implemented per-type.
258+
253259

254260
.. function:: _current_frames()
255261

0 commit comments

Comments
 (0)