]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175)
authorGregory Beauregard <greg@greg.red>
Mon, 7 Feb 2022 16:21:56 +0000 (08:21 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 16:21:56 +0000 (08:21 -0800)
commite2eeffefed32bb8c47c09bdd94e27a4e949894ef
tree8ba59ca23812faddd3097782ac10e42a1b3ecc12
parentc1ff4cb98b11c00aee765019364544c71e7dd2df
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175)

(cherry picked from commit 77b025be4a4cd5a3bfc1b1af560cc57e8e956c98)

Co-authored-by: Gregory Beauregard <greg@greg.red>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst [new file with mode: 0644]