]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Mar 2022 02:26:50 +0000 (18:26 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 02:26:50 +0000 (18:26 -0800)
commit257f5be7f7fad37d0db6c145e534e5b7289d8804
tree14d3dc58f0635574ad99517f8e17e319d8be42e4
parent60b561c246da2073672a016340457e4534dfdf5b
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)

(cherry picked from commit 75d2d945b4e28ca34506b2d4902367b61a8dff82)

Co-authored-by: Gregory Beauregard <greg@greg.red>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst [new file with mode: 0644]