Thank, you! What's about PyClassDefNode.generate_execution_code is that correct, I was not sure?
2010/11/4 Stefan Behnel <[email protected]>: > Vitja Makarov, 03.11.2010 22:20: >> 2010/11/4 Vitja Makarov<[email protected]>: >>> 2010/11/3 Stefan Behnel<[email protected]>: >>>> 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. >>>> >>> >>> Where is ref-leak? Guess it's somewhere in >>> PyClassDefNode.generate_execution_code >>> >> >> Oh, there should be Py_DECREF for metaclass in Pyx_CreateClass? > > Yes, I already pushed the fix. > > Stefan > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
