mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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:
parent
43ac9f5059
commit
b725297cee
3 changed files with 49 additions and 1 deletions
|
@ -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(),
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue