Message70322
If a type's tp_base has not been initialized yet, PyType_Ready calls
itself for tp_base. However, it doesn't do the same for members of
tp_bases. The inheritance determinations assume that all bases are
ready, in particular that tp_mro is not null. |
|
| Date |
User |
Action |
Args |
| 2008-07-27 15:14:05 | rupole | set | recipients:
+ rupole |
| 2008-07-27 15:14:05 | rupole | set | messageid: <1217171645.31.0.486361917431.issue3453@psf.upfronthosting.co.za> |
| 2008-07-27 15:14:04 | rupole | link | issue3453 messages |
| 2008-07-27 15:14:03 | rupole | create | |
|