Issue1056

classification
Title: Bad mro() overrides not caught
Type: behaviour Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pjenvey
Priority: Keywords: patch

Created on 2008-06-15.03:23:04 by pjenvey, last changed 2008-06-18.23:22:09 by pjenvey.

Messages
msg3286 (view) Author: Philip Jenvey (pjenvey) Date: 2008-06-15.03:23:04
We need to check the results of custom mro() methods on types to ensure 
they return values that make sense

This is exercised in test_descr.altmro
msg3290 (view) Author: Philip Jenvey (pjenvey) Date: 2008-06-18.23:22:08
fixed in r4670
History
Date User Action Args
2008-06-18 23:22:09pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg3290
2008-06-15 03:33:40pjenveysettype: behaviour
2008-06-15 03:23:04pjenveycreate