Ivan Levkivskyi added the comment:

This will be a bit unusual since ``isinstance`` is typically called for 
instances (i.e. not types) as in ``isinstance(func, Callable)``. But on the 
other hand this is probably what one would expect when one sees 
``isinstance(tp, Union)``. Thus I am fine with doing it this way.

If there are no objections/other ideas, then I will make a PR upstream in next 
few days.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29262>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to