mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 15:16:54 +08:00
Update ForwardRef._evaluate for Python 3.11 (#8600)
recursive_guard argument was added in https://github.com/python/cpython/pull/21553
This commit is contained in:
@@ -36,7 +36,6 @@ types.GenericAlias.__getattr__
|
||||
types.GenericAlias.__mro_entries__
|
||||
types.GenericAlias.__call__ # Would be complicated to fix properly, Any could silence problems. #6392
|
||||
typing._SpecialForm.__mro_entries__
|
||||
typing.ForwardRef._evaluate
|
||||
typing._TypedDict.__delitem__
|
||||
typing._TypedDict.__ior__
|
||||
typing._TypedDict.__or__
|
||||
|
||||
@@ -42,7 +42,6 @@ platform.uname_result.processor
|
||||
queue.SimpleQueue.__init__
|
||||
sys.UnraisableHookArgs # Not exported from sys
|
||||
tkinter._VersionInfoType.__doc__
|
||||
typing.ForwardRef._evaluate
|
||||
typing.NewType.__call__
|
||||
typing.NewType.__mro_entries__
|
||||
weakref.WeakValueDictionary.update
|
||||
|
||||
@@ -55,7 +55,6 @@ tkinter.Tk.split
|
||||
types.CodeType.replace # stubtest thinks default values are None but None doesn't work at runtime
|
||||
types.GenericAlias.__getattr__
|
||||
types.GenericAlias.__call__ # Would be complicated to fix properly, Any could silence problems. #6392
|
||||
typing.ForwardRef._evaluate
|
||||
typing.SupportsAbs.__init__
|
||||
typing.SupportsBytes.__init__
|
||||
typing.SupportsComplex.__init__
|
||||
|
||||
Reference in New Issue
Block a user