[issue42195] Inconsistent __args__ between typing.Callable and collections.abc.Callable

Guido van Rossum report at bugs.python.org
Sun Nov 15 23:32:35 EST 2020


Guido van Rossum <guido at python.org> added the comment:

@Hatfield-Dodds, if we changed typing.Callable to return ((int, int), str) but collections.abc.Callable continued to return ([int, int], str), would that suffice for your purposes?

----------

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


More information about the Python-bugs-list mailing list