gh-128661: Fix typing.evaluate_forward_ref not showing deprecation (#128663)

gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecataion
This commit is contained in:
sobolevn 2025-01-09 18:15:13 +03:00 committed by GitHub
parent 43ac9f5059
commit b725297cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 49 additions and 1 deletions

View file

@ -1024,7 +1024,7 @@ def evaluate_forward_ref(
owner=None,
globals=None,
locals=None,
type_params=None,
type_params=_sentinel,
format=annotationlib.Format.VALUE,
_recursive_guard=frozenset(),
):