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 wrmsr
Recipients wrmsr
Date 2018-04-02.22:01:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522706515.12.0.467229070634.issue33207@psf.upfronthosting.co.za>
In-reply-to
Content
Per the docs ( https://docs.python.org/3/reference/datamodel.html#object.__init_subclass__ ) this should be chain-calling super but currently doesn't, and thus breaks base classes listed after it which depend on this functionality. Attached a test for a real-world usecase of mine. Originally noted in https://bugs.python.org/issue32162? but on a new ticket as requested. Thanks :)
History
Date User Action Args
2018-04-02 22:01:55wrmsrsetrecipients: + wrmsr
2018-04-02 22:01:55wrmsrsetmessageid: <1522706515.12.0.467229070634.issue33207@psf.upfronthosting.co.za>
2018-04-02 22:01:55wrmsrlinkissue33207 messages
2018-04-02 22:01:55wrmsrcreate