]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
authorGregory Beauregard <greg@greg.red>
Thu, 3 Mar 2022 01:14:52 +0000 (17:14 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 01:14:52 +0000 (17:14 -0800)
commit75d2d945b4e28ca34506b2d4902367b61a8dff82
treefa0598788ccb8c94268c1f9e1c1f8e21d30da1de
parent50ec3453c50c490eca7e990103c79671bd08ab2e
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
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]