| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
This always existed, but was an alias for typing.overload. With python/typing#1140, it will actually make a difference at runtime which one you use.
This always existed in typing_extensions, but was an alias for typing.overload. With python/typing#1140, it will actually make a difference at runtime which one you use. Note that this shouldn't change mypy's behaviour, since we alias typing_extensions.overload to typing.overload in typeshed, but this makes the logic less fragile.
| Back | FazBrowse Home | New Git URL |
I just merged python/cpython#31716 to provide these functions in 3.11.