id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1256	src/pmc/class.pmc:  Need a pluggable MRO in instantiate() PMC	jkeenan		"This ticket moves into Trac discussion of an issue originally followed in Trac at [http://rt.perl.org/rt3/Ticket/Display.html?id=46101 RT #46101].

In that ticket, Paul Cochrane called attention to a TODO inline comment:
{{{
  * RT #46101 Need pluggable MRO, for now always do C3. */
}}}
whiteknight added this documentation to ''src/pmc/class.pmc'':
{{{
/* calculates the C3 method resolution order for this class. C3 is the
 * name of an algorithm used to calculate the method resolution order
 * (MRO) to use in a system with multiple inheritance. For more information
 * see the documentation associated with C<Parrot_ComputeMRO_C3>.
 */
}}}
Can someone pick up this ticket?  Thank you very much."	todo	closed	normal		core	1.7.0	medium	wontfix		whiteknight			
