Christian Heimes added the comment:

It's called get_VIRTUAL_subclasses() for a reason. You can get the real 
subclasses of an ABC with standard tool, e.g. recurse into __subclasses__(). 
For virtual subclasses you have to deal with the internals like _abc_registry. 
I could implement all four cases: recurse True/False, only virtual True/False. 
But I prefer not to do so.

----------

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

Reply via email to