[issue32227] singledispatch support for type annotations

Ivan Levkivskyi report at bugs.python.org
Tue Dec 5 16:42:42 EST 2017


Ivan Levkivskyi <levkivskyi at gmail.com> added the comment:

Idea looks interesting (like a basic runtime @overload). My expectation is that some changes are necessary in mypy for this to work properly.

Another (minor) problem is that this creates a circular dependency functools <-> typing.

----------
nosy: +levkivskyi -gvanrossum
stage:  -> patch review

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


More information about the Python-bugs-list mailing list