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 pitrou
Recipients gvanrossum, kristjan.jonsson, pitrou, rhettinger, vstinner
Date 2013-05-25.13:16:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369487783.17.0.431818653534.issue17936@psf.upfronthosting.co.za>
In-reply-to
Content
Note that making tp_subclasses a dict makes the __subclasses__ return order undefined. I don't think I've ever seen __subclasses__ actually used, so I'm not convinced it's a problem, but perhaps it's worth floating the idea on python-dev.
History
Date User Action Args
2013-05-25 13:16:23pitrousetrecipients: + pitrou, gvanrossum, rhettinger, kristjan.jonsson, vstinner
2013-05-25 13:16:23pitrousetmessageid: <1369487783.17.0.431818653534.issue17936@psf.upfronthosting.co.za>
2013-05-25 13:16:23pitroulinkissue17936 messages
2013-05-25 13:16:22pitroucreate