Brett Cannon added the comment:

That solution looks right. Problem is that it would need to either go directly 
into isinstance() or type would need to grow an __instancecheck__ to deal with 
this case since you can't override isinstance from the instance end. That I'm 
not sure people are okay with.

----------

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

Reply via email to