-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
sys._clear_type_cache
was deprecated in 3.13 in favour of sys._clear_internal_caches
, however there is no runtime DeprecationWarning
raised. Should we add one? AFAICT, it is not soft-deprecated, so the intent is to eventually remove it.
cc @brandtbucher since you deprecated sys._clear_type_cache
in #115152.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
ZeroIntensity
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement