Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into nested-fwdref
  • Loading branch information
JelleZijlstra authored Jul 6, 2025
commit 4448993d7f7f49d6c919e471637bbc951d6a4880
5 changes: 1 addition & 4 deletions Lib/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,7 @@ def __repr__(self):
return '<sentinel>'


_sentinel = _Sentinel()


def _eval_type(t, globalns, localns, type_params=_sentinel, *, recursive_guard=frozenset(),
def _eval_type(t, globalns, localns, type_params, *, recursive_guard=frozenset(),
format=None, owner=None, parent_fwdref=None):
"""Evaluate all forward references in the given type t.

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.