Re: [Cython] Bindings performance issue

2011-06-21 Thread Vitja Makarov
2011/6/21 Stefan Behnel : > Vitja Makarov, 21.06.2011 09:07: >> >> 2011/6/21 Stefan Behnel: >>> >>> Vitja Makarov, 20.06.2011 22:23: Wow now we have about 11K tests with 171 errors! https://sage.math.washington.edu:8091/hudson/view/cython-vitek/job/cython-vitek-tests-pyregr

Re: [Cython] Bindings performance issue

2011-06-21 Thread Stefan Behnel
Vitja Makarov, 21.06.2011 09:07: 2011/6/21 Stefan Behnel: Vitja Makarov, 20.06.2011 22:23: Wow now we have about 11K tests with 171 errors! https://sage.math.washington.edu:8091/hudson/view/cython-vitek/job/cython-vitek-tests-pyregr-py27-c/ Yes, that was a low hanging, high value bug. """

Re: [Cython] Some bugs found while testing cython on django

2011-06-21 Thread Stefan Behnel
Robert Bradshaw, 21.06.2011 01:14: On Mon, Jun 20, 2011 at 12:14 AM, Stefan Behnel wrote: Vitja Makarov, 19.06.2011 21:37: Trying to compile django I've found some problems: 1. It seems that cython currently doesn't support tuples inside args definition: def foo((a, b), c): Currently this g

Re: [Cython] Bindings performance issue

2011-06-21 Thread Vitja Makarov
2011/6/21 Vitja Makarov : > 2011/6/21 Stefan Behnel : >> Vitja Makarov, 20.06.2011 22:23: >>> >>> Wow now we have about 11K tests with 171 errors! >>> >>> >>> https://sage.math.washington.edu:8091/hudson/view/cython-vitek/job/cython-vitek-tests-pyregr-py27-c/ >> >> Yes, that was a low hanging, high

Re: [Cython] Bindings performance issue

2011-06-21 Thread Vitja Makarov
2011/6/21 Stefan Behnel : > Vitja Makarov, 20.06.2011 22:23: >> >> Wow now we have about 11K tests with 171 errors! >> >> >> https://sage.math.washington.edu:8091/hudson/view/cython-vitek/job/cython-vitek-tests-pyregr-py27-c/ > > Yes, that was a low hanging, high value bug. > > """ > Make cyfunctio