Sam Ruby <[EMAIL PROTECTED]> wrote:
>   --- nci.pmc 7 May 2004 10:33:26 -0000       1.27
>   +++ nci.pmc 20 Dec 2004 22:27:11 -0000      1.28

>   +=item C<PMC* get_attr_str(STRING *name)>
>   +
>   +Return attribute named C<name>.
>   +
>   +=cut
>   +
>   +*/
>   +
>   +    PMC* get_attr_str(STRING* idx) {
>   +        return VTABLE_getprop(INTERP, SELF, idx);
>   +    }
>   +
>    }

What is the rational for this pythonism in Parrot core?

leo

Reply via email to