Dan Sugalski <[EMAIL PROTECTED]> wrote: > If you have a pmc class that inherits from delegate you're out of > luck. All of delegate's methods, save init, are autogenerated, and as > such can't be inherited from.
I've put in a hackish patch to delegate object vtables to delegate.pmc. Seems to be time to remove old attribute accessor code. leo