[Python-Dev] subclasses() return order (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sat May 25 15🔞23 CEST 2013
- Previous message: [Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
- Next message: [Python-Dev] __subclasses__() return order
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
In http://bugs.python.org/issue17936, I proposed making tp_subclasses (the internal container implementing object.subclasses) a dict. This would make the return order of subclasses completely undefined, while it is right now slightly predictable. I have never seen subclasses actually used in production code, so I'm wondering whether someone might be affected by such a change.
Regards
Antoine.
- Previous message: [Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
- Next message: [Python-Dev] __subclasses__() return order
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]