Stefan Behnel, 03.11.2010 21:43:
> Robert Bradshaw, 03.11.2010 18:13:
>> On Wed, Nov 3, 2010 at 10:00 AM, Robert Bradshaw wrote:
>>> On Wed, Nov 3, 2010 at 7:13 AM, Vitja Makarov wrote:
>>>> I've fixed classmethod issue patch is in trac.
>>>
>>> Very cool. Looks like I only apply the last patch, right?
>>
>> Sweet. All looks well. I've merged it.
>
> Hmm, it has a ref-leak and it doesn't work in Py3. Not that well after all.
>
> I actually don't think that "python3+ handle __metaclass__ itself". Why
> should it? It has syntax support for this very feature.

... and it even has a builtin function to build a class, see

        builtin___build_class__()

right at the top of Python/bltinmodule.c.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to