[issue45166] get_type_hints + Final + future annotations = TypeError

2021-09-10 Thread Timothee Mazzucotelli
Timothee Mazzucotelli added the comment: Oh, I see now that there is a python/typing/ repository on GitHub. Let me know if I should open there instead. -- ___ Python tracker <https://bugs.python.org/issue45

[issue45166] get_type_hints + Final + future annotations = TypeError

2021-09-10 Thread Timothee Mazzucotelli
Timothee Mazzucotelli added the comment: Just tried on 3.11-dev, it's affected as well. This issue seems related to https://bugs.python.org/issue41249. -- versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/is

[issue45166] get_type_hints + Final + future annotations = TypeError

2021-09-10 Thread Timothee Mazzucotelli
New submission from Timothee Mazzucotelli : This is my first issue on bugs.python.org, let me know if I can improve it in any way. --- Originally reported and investigated here: https://github.com/mkdocstrings/mkdocstrings/issues/314 ``` # final.py from __future__ import annotations from