]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
authorbenedwards14 <53377856+benedwards14@users.noreply.github.com>
Thu, 21 Nov 2019 17:24:58 +0000 (17:24 +0000)
committerIvan Levkivskyi <levkivskyi@gmail.com>
Thu, 21 Nov 2019 17:24:58 +0000 (17:24 +0000)
commit0aca3a3a1e68b4ca2d334ab5255dfc267719096e
tree49924b3d2c93eddef6fc735c49a6177b0d29744d
parent82f897bf8f72d09f537054d64a94e645ad23d8d6
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)

https://bugs.python.org/issue37838
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]