Robert Bradshaw, 17.08.2011 08:02:
On Sun, Aug 14, 2011 at 8:02 AM, Stefan Behnel wrote:
def print_args(func):
def f(*args, **kwds):
print "args", args, "kwds", kwds
return func(*args, **kwds)
return f
cdef class Num:
@print_args
def is_prime(self, bint print_fac
Stefan Behnel, 21.08.2011 14:35:
mark florisson, 21.08.2011 12:57:
I believe the _memview branch is
nearly finished though, so could you wait for that merge? Otherwise
modifying the pipeline wouldn't be too bad either, it might only give
a few conflicts.
I think it can wait a little longer.
Sounds like he's at a point where this becomes interesting for us.
Stefan
Original-Message
Subject: PEP 393 Summer of Code Project
Date: Mon, 22 Aug 2011 14:58:51 -0400
From: Torsten Becker
To: python-dev...@python.org
Hello all,
I have implemented an initial version of PEP
Hudson shows regression for last 4 pyregr builds.
--
vitja.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
Vitja Makarov, 23.08.2011 06:26:
Hudson shows regression for last 4 pyregr builds.
Yes, I enabled the "always_allow_keywords" option for better Python
compatibility, which disables the signature optimisation into METH_O &
friends for def functions. That helped in a couple of cases but broke
2011/8/23 Stefan Behnel :
> Vitja Makarov, 23.08.2011 06:26:
>>
>> Hudson shows regression for last 4 pyregr builds.
>
> Yes, I enabled the "always_allow_keywords" option for better Python
> compatibility, which disables the signature optimisation into METH_O &
> friends for def functions. That hel
On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
> Vitja Makarov, 23.08.2011 06:26:
>>
>> Hudson shows regression for last 4 pyregr builds.
>
> Yes, I enabled the "always_allow_keywords" option for better Python
> compatibility, which disables the signature optimisation into METH_O &
> friend
2011/8/23 Robert Bradshaw :
> On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
>> Vitja Makarov, 23.08.2011 06:26:
>>>
>>> Hudson shows regression for last 4 pyregr builds.
>>
>> Yes, I enabled the "always_allow_keywords" option for better Python
>> compatibility, which disables the signature
2011/8/23 Vitja Makarov :
> 2011/8/23 Robert Bradshaw :
>> On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
>>> Vitja Makarov, 23.08.2011 06:26:
Hudson shows regression for last 4 pyregr builds.
>>>
>>> Yes, I enabled the "always_allow_keywords" option for better Python
>>> compatib
Vitja Makarov, 23.08.2011 07:29:
2011/8/23 Vitja Makarov:
2011/8/23 Robert Bradshaw:
On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
Vitja Makarov, 23.08.2011 06:26:
Hudson shows regression for last 4 pyregr builds.
Yes, I enabled the "always_allow_keywords" option for better Python
10 matches
Mail list logo