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 Ronny.Pfannschmidt
Recipients Aaron Gallagher, Ronny.Pfannschmidt, SwooshyCueb, THRlWiTi, Victor Milovanov, alex, asvetlov, christian.heimes, cvrebert, dabeaz, daniel.urban, eric.araujo, ethan.furman, habnabit, jcasale, josmiley, kenodegard, kynan, ncoghlan, piotr.dobrogost, rhettinger, simonzack, torsten, willrazen, 猫.黒
Date 2021-12-09.19:32:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639078325.46.0.527941669106.issue14965@roundup.psfhosted.org>
In-reply-to
Content
im on the noisy list because i  faced this first in 2012

a key problem where i ran into this was mixins, - depending on whether a mixin was added or not one would get errors or not

from  my pov a super object should look like the "next class"

so properties of the next base should behave as such, special methods as well
History
Date User Action Args
2021-12-09 19:32:05Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt, rhettinger, ncoghlan, christian.heimes, habnabit, eric.araujo, alex, cvrebert, asvetlov, THRlWiTi, daniel.urban, dabeaz, torsten, ethan.furman, kynan, josmiley, piotr.dobrogost, 猫.黒, simonzack, jcasale, Aaron Gallagher, kenodegard, Victor Milovanov, willrazen, SwooshyCueb
2021-12-09 19:32:05Ronny.Pfannschmidtsetmessageid: <1639078325.46.0.527941669106.issue14965@roundup.psfhosted.org>
2021-12-09 19:32:05Ronny.Pfannschmidtlinkissue14965 messages
2021-12-09 19:32:05Ronny.Pfannschmidtcreate