Re: [Cython] speed.pypy.org

2011-04-27 Thread Stefan Behnel
Robert Bradshaw, 27.04.2011 19:08: On Wed, Apr 27, 2011 at 12:45 AM, Stefan Behnel wrote: Actually, if we want a proper history, I'd suggest a separate codespeed installation somewhere. Makes sense. How many CPU-hours does it take? Including the Cython build, it's more like 25 minutes curren

Re: [Cython] speed.pypy.org

2011-04-27 Thread Robert Bradshaw
On Wed, Apr 27, 2011 at 12:45 AM, Stefan Behnel wrote: > Robert Bradshaw, 26.04.2011 19:52: >> >> On Tue, Apr 26, 2011 at 7:50 AM, Stefan Behnel wrote: >>> >>> Stefan Behnel, 15.04.2011 22:20: Stefan Behnel, 11.04.2011 15:08: > > I'm currently discussing with Maciej Fijalkowski (

Re: [Cython] Compiler error when @staticmethod is used in cdef class

2011-04-27 Thread Lisandro Dalcin
On 27 April 2011 12:45, Bogdan Opanchuk wrote: > Hello, > > I am using Cython 0.14.1 with Python 2.7.1 on OSX 10.6.7 > > The following code: > --- > cdef class Test: >        @staticmethod >        def func(): >                print "Static method" > --- > gives error when being cythoned: "Method

[Cython] Compiler error when @staticmethod is used in cdef class

2011-04-27 Thread Bogdan Opanchuk
Hello, I am using Cython 0.14.1 with Python 2.7.1 on OSX 10.6.7 The following code: --- cdef class Test: @staticmethod def func(): print "Static method" --- gives error when being cythoned: "Method func has wrong number of arguments (0 declared, 1 or more expected)

Re: [Cython] speed.pypy.org

2011-04-27 Thread Stefan Behnel
Robert Bradshaw, 26.04.2011 19:52: On Tue, Apr 26, 2011 at 7:50 AM, Stefan Behnel wrote: Stefan Behnel, 15.04.2011 22:20: Stefan Behnel, 11.04.2011 15:08: I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython running on speed.pypy.org (that's what I wrote "cythonrun" for)