Patches item #1163731, was opened at 2005-03-15 14:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1163731&group_id=5470
Category: Core (C code) Group: None Status: Open Resolution: None Priority: 7 Submitted By: Michael Hudson (mwh) Assigned to: Anthony Baxter (anthonybaxter) Summary: small sanity checks for user-defined mros Initial Comment: I the course of looking at bug 1153075 (which is a nastier problem) I found a couple of sillies: no checking was done that a user defined mro() function returns a sequence or that said sequence contains types or classes. This patch fixes this, at least, and I'd like to get it into 2.4.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1163731&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
