Re: [Cython] Problems with decorated methods in cdef classes

2011-08-22 Thread Stefan Behnel
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

Re: [Cython] Entry.utility_code_definitions vs. Entry.utility_code

2011-08-22 Thread Stefan Behnel
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.

[Cython] Fwd: PEP 393 Summer of Code Project

2011-08-22 Thread Stefan Behnel
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

[Cython] pyregr testsuite regression

2011-08-22 Thread Vitja Makarov
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

Re: [Cython] pyregr testsuite regression

2011-08-22 Thread 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 helped in a couple of cases but broke

Re: [Cython] pyregr testsuite regression

2011-08-22 Thread Vitja Makarov
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

Re: [Cython] pyregr testsuite regression

2011-08-22 Thread 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 optimisation into METH_O & > friend

Re: [Cython] pyregr testsuite regression

2011-08-22 Thread 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 >> compatibility, which disables the signature

Re: [Cython] pyregr testsuite regression

2011-08-22 Thread Vitja Makarov
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

Re: [Cython] pyregr testsuite regression

2011-08-22 Thread Stefan Behnel
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