Skip to content

Commit

Permalink
remove a pluggable MRO comment; if we want one we can figure out how …
Browse files Browse the repository at this point in the history
…to add it
  • Loading branch information
cotto committed Dec 6, 2010
1 parent 59bed18 commit b84615a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pmc/class.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,7 @@ Creates a new PMC object of the type of the class and calls init().
"in the resolve list, but not supplied", check_meth);
}

/* Build full parents list.
* TT #1256: Need pluggable MRO, for now always do C3. */
/* Build full parents list. */
calculate_mro(INTERP, SELF, num_parents);
build_attrib_index(INTERP, SELF);

Expand Down

0 comments on commit b84615a

Please sign in to comment.