Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Seems to be another ordering problem, where a hash is used instead of an > array with inherited vtable methods. pylong.dump has already the wrong > entry: > > 'destroy' => 'default', > > in the suoer hash.
I don't think it's an ordering problem (and I can say that now that I've read all the code closely). 'default' isn't used when pmc2c2.pl is searching for inherited vtable methods: it's only used when none of the super classes contains a method by that name. In this case, none of the super classes of PyLong has a destroy method, so the default is used instead. I'd look at the PMCs involved to make sure that all the details are right. -- matt diephouse http://matt.diephouse.com