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 terry.reedy
Recipients amaury.forgeotdarc, daniel.urban, georg.brandl, pwerneck, rodsenra, terry.reedy
Date 2011-04-03.19:58:13
SpamBayes Score 5.9732925e-09
Marked as misclassified No
Message-id <1301860695.83.0.0906184869692.issue1294232@psf.upfronthosting.co.za>
In-reply-to
Content
I would make the same guess about 'winner calculation'. I am surprised that the class statement does not result in the same calculation (why else would type_new do it). Perhaps __build_class__ (which I have not read) should either call type_new or a new function with the winner calculation factored out of type_new.

I suggest you repost your simplified example from the list here and use it as the basis of a test. Guido agreed that it shows a bug that might be backported to 3.2 (after discussion). If not also backported to 2.7, a separate 2.7 doc patch might be needed.
History
Date User Action Args
2011-04-03 19:58:15terry.reedysetrecipients: + terry.reedy, georg.brandl, amaury.forgeotdarc, rodsenra, pwerneck, daniel.urban
2011-04-03 19:58:15terry.reedysetmessageid: <1301860695.83.0.0906184869692.issue1294232@psf.upfronthosting.co.za>
2011-04-03 19:58:13terry.reedylinkissue1294232 messages
2011-04-03 19:58:13terry.reedycreate