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
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 (
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
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)
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)