[issue26477] typing forward references and module attributes

Alex Grönholm report at bugs.python.org
Thu Mar 3 13:24:18 EST 2016


Alex Grönholm added the comment:

I wonder why they forward references are evaluated *at all* at this point. Seems senseless to me. This should be the job of the static type checker or the get_type_hints() function.

----------
nosy: +alex.gronholm

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26477>
_______________________________________


More information about the Python-bugs-list mailing list