]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89263: Add typing.get_overloads (GH-31716)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 16 Apr 2022 16:01:43 +0000 (09:01 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 16:01:43 +0000 (09:01 -0700)
commit055760ed9e745a3104acbfa8a3b76eb26a72590d
tree8e846d627b70ca2e746aa1c6a8f6ded2988c086b
parent9300b6d72948b94c0924a75ea14c6298156522d0
gh-89263: Add typing.get_overloads (GH-31716)

Based on suggestions by Guido van Rossum, Spencer Brown, and Alex Waygood.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-03-06-18-15-32.bpo-45100.B_lHu0.rst [new file with mode: 0644]