]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Nov 2019 17:43:13 +0000 (09:43 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2019 17:43:13 +0000 (09:43 -0800)
commit30e5bd8471d7531d051796c01e8ede01ade883dc
tree84a10d2a25852841c834caca8ac7c3e104ce9bdd
parent97c301bfc5ea278c32dc5fabe425d8981ec5d3b1
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)

https://bugs.python.org/issue37838
(cherry picked from commit 0aca3a3a1e68b4ca2d334ab5255dfc267719096e)

Co-authored-by: benedwards14 <53377856+benedwards14@users.noreply.github.com>
Lib/test/ann_module.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2019-11-21-11-39-17.bpo-37838.lRFcEC.rst [new file with mode: 0644]