[issue46644] typing: remove callable() check from typing._type_check

Gregory Beauregard report at bugs.python.org
Sun Feb 6 14:48:33 EST 2022


Gregory Beauregard <greg at greg.red> added the comment:

I'm referring to within type annotations, where this code path isn't used: try a: List[42]

This code path can show up in type aliases though.

----------

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


More information about the Python-bugs-list mailing list