[issue46491] typing: allow Annotated in outermost scope

Jelle Zijlstra report at bugs.python.org
Sun Jan 23 14:07:41 EST 2022


Jelle Zijlstra <jelle.zijlstra at gmail.com> added the comment:

I support making this change. It looks like the simplest implementation is simply to remove the mention of ClassVar and Final in typing._type_check.

----------
components: +Library (Lib)
nosy: +Jelle Zijlstra, gvanrossum, kj

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46491>
_______________________________________


More information about the Python-bugs-list mailing list