]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>
Mon, 12 Apr 2021 18:17:25 +0000 (23:47 +0530)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 18:17:25 +0000 (11:17 -0700)
commita9cf69df2e031d6157f01289f66ca9cf723ceb5c
tree10b37ae2e40dceb13f0725ac6d52d49ac3dc08ff
parent852150ddfe68bc2696fc880175aeb855a0c16ae6
bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: efahl <36704995+efahl@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-04-12-06-01-10.bpo-41515.YaVReb.rst [new file with mode: 0644]