This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, pitrou, rhettinger, stutzbach
Date 2013-08-14.13:39:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376487589.58.0.579762386816.issue18737@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-14 13:39:49christian.heimessetrecipients: + christian.heimes, rhettinger, pitrou, stutzbach
2013-08-14 13:39:49christian.heimessetmessageid: <1376487589.58.0.579762386816.issue18737@psf.upfronthosting.co.za>
2013-08-14 13:39:49christian.heimeslinkissue18737 messages
2013-08-14 13:39:49christian.heimescreate