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 veky
Recipients gone, veky
Date 2017-08-26.10:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503743457.81.0.274337903358.issue31283@psf.upfronthosting.co.za>
In-reply-to
Content
To me, it seems like obvious behavior. What exactly do you think is inconsistent here?

Of course, the default inherit-class is "what's usually known as builtins.object", and it's always the same class. You should not be able to change it just by rebinding builtins.object to something else. Just like you shouldn't be able to change the top of exception hierarchy by rebinding builtins.BaseException, for example. :-)
History
Date User Action Args
2017-08-26 10:30:57vekysetrecipients: + veky, gone
2017-08-26 10:30:57vekysetmessageid: <1503743457.81.0.274337903358.issue31283@psf.upfronthosting.co.za>
2017-08-26 10:30:57vekylinkissue31283 messages
2017-08-26 10:30:57vekycreate