消息 [127315]
It seems, that this possible problem already came up when __build_class__ got implemented, see issue1681101. The second and third version of the patch at this issue (file7874 and file7875) contains a comment: "XXX Should we do the "winner" calculation here?". But the next version, which contains the C implementation of __build_class__ still uses simply the first base. The "winner calculation" probably refers to the algorithm determining the proper metaclass in lines 1950-1976 of typeobject.c (in type_new). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-01-28 16:30:53 | daniel.urban | 修改 | recipients:
+ daniel.urban, georg.brandl, terry.reedy, amaury.forgeotdarc, rodsenra, pwerneck |
| 2011-01-28 16:30:53 | daniel.urban | 修改 | messageid: <1296232253.32.0.787989656278.issue1294232@psf.upfronthosting.co.za> |
| 2011-01-28 16:30:52 | daniel.urban | 链接 | issue1294232 messages |
| 2011-01-28 16:30:52 | daniel.urban | 创建 | |
|