Message107502
My knowledge may be out of date, but I thought multiple inheritance was only supported at the python level. If this is still the case, then no initialization check is needed. (You cannot get an uninitialized type at python level.) An extra defensive assert is usually not a bad thing in the code, but in this particular case one would need a loop with checks and it does not seem justified.
-1 |
|
| Date |
User |
Action |
Args |
| 2010-06-10 23:38:48 | belopolsky | set | recipients:
+ belopolsky, amaury.forgeotdarc, rupole, benjamin.peterson |
| 2010-06-10 23:38:48 | belopolsky | set | messageid: <1276213128.43.0.430857867359.issue3453@psf.upfronthosting.co.za> |
| 2010-06-10 23:38:45 | belopolsky | link | issue3453 messages |
| 2010-06-10 23:38:45 | belopolsky | create | |
|