[pdb] Deprecate curframe_locals (#15177)

This commit is contained in:
Max Muoto
2025-12-27 04:24:39 -06:00
committed by GitHub
parent bc7fba07bc
commit 019a38fdbd
2 changed files with 14 additions and 2 deletions
@@ -166,6 +166,8 @@ inspect._ParameterKind.description # Still exists, but stubtest can't see it
typing\._SpecialForm.* # Super-special typing primitive
typing\.LiteralString # Super-special typing primitive
# Don't always exist at runtime
(pdb.Pdb.curframe_locals)?
# ==================================================================
# Allowlist entries that cannot or should not be fixed; 3.11 to 3.13