]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 12 Apr 2021 17:23:12 +0000 (01:23 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 17:23:12 +0000 (10:23 -0700)
commit852150ddfe68bc2696fc880175aeb855a0c16ae6
treed4cd9bfcff32cb08f7bcdcf51d46bb82b45de397
parent37a5e220234dd4afb8f97b810393e3d58db674a1
bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-01-12-23-17-02.bpo-42904.-4qkTD.rst [new file with mode: 0644]