Re: [svn:parrot] r22141 - branches/pdd15oo/src/pmc

2007-10-16 Thread Allison Randal
Patrick R. Michaud wrote: I'm curious... is this code implying that any PMC class that may be subclassed in PIR needs to explicitly check for when that is happening and delegate to the proxy somehow? Originally that was the reason for the "if (PObj_is_object_TEST(SELF)) ..." portion of the co

Re: [svn:parrot] r22141 - branches/pdd15oo/src/pmc

2007-10-16 Thread Patrick R. Michaud
On Tue, Oct 16, 2007 at 01:39:21PM -0700, [EMAIL PROTECTED] wrote: > Modified: branches/pdd15oo/src/pmc/capture.pmc > == > --- branches/pdd15oo/src/pmc/capture.pmc (original) > +++ branches/pdd15oo/src/pmc/capture.pmc