Raise DeprecationWarning
for sys._clear_type_cache
#129027
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
sys._clear_type_cache
was deprecated in 3.13 in favour ofsys._clear_internal_caches
, however there is no runtimeDeprecationWarning
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
The text was updated successfully, but these errors were encountered: