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 benjamin.peterson
Recipients Ringding, Trundle, aronacher, benjamin.peterson, doko, jdemeyer, larry, ned.deily, prologic, python-dev, sebastinas, serhiy.storchaka, thansen, vstinner
Date 2016-12-15.06:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481782056.17.0.15918904996.issue5322@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, at least for #25731, I think the right approach in the MI case is to synthesize a __new__ on the subclass that calls the solid base __new__.
History
Date User Action Args
2016-12-15 06:07:36benjamin.petersonsetrecipients: + benjamin.peterson, doko, vstinner, larry, sebastinas, ned.deily, aronacher, prologic, Trundle, Ringding, python-dev, serhiy.storchaka, jdemeyer, thansen
2016-12-15 06:07:36benjamin.petersonsetmessageid: <1481782056.17.0.15918904996.issue5322@psf.upfronthosting.co.za>
2016-12-15 06:07:36benjamin.petersonlinkissue5322 messages
2016-12-15 06:07:35benjamin.petersoncreate