Re: [Cython] test failure for cython-devel in Py2.4

2011-10-15 Thread Stefan Behnel
Vitja Makarov, 15.10.2011 11:07: It's something wrong with py2.7 pyregr build "'exec' currently requires a target mapping (globals/locals)" is still there after you merged my exec/eval branch. I can't reproduce it on localhost, actually it works just fine, I tried test_binop The tests simply ha

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-15 Thread Vitja Makarov
2011/10/15 Vitja Makarov : > 2011/10/15 Stefan Behnel : >> Stefan Behnel, 13.10.2011 21:22: >>> >>> Vitja Makarov, 13.10.2011 20:33: But py3k pyregr is no red due to SIGSEGV, is that python problem: https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-15 Thread Vitja Makarov
2011/10/15 Stefan Behnel : > Stefan Behnel, 13.10.2011 21:22: >> >> Vitja Makarov, 13.10.2011 20:33: >>> >>> But py3k pyregr is no red due to SIGSEGV, is that python problem: >>> >>> >>> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/BACKEND=c,PYVERSION=py3k/26/console >

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-15 Thread Stefan Behnel
Stefan Behnel, 13.10.2011 21:22: Vitja Makarov, 13.10.2011 20:33: But py3k pyregr is no red due to SIGSEGV, is that python problem: https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/BACKEND=c,PYVERSION=py3k/26/console Not sure, but rather likely. The PEP393 implementa

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 20:22, Stefan Behnel wrote: > Vitja Makarov, 13.10.2011 20:33: >> >> But py3k pyregr is no red due to SIGSEGV, is that python problem: >> >> >> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/BACKEND=c,PYVERSION=py3k/26/console > > Not sure, but rather

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
Vitja Makarov, 13.10.2011 20:33: But py3k pyregr is no red due to SIGSEGV, is that python problem: https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/BACKEND=c,PYVERSION=py3k/26/console Not sure, but rather likely. The PEP393 implementation is still being worked on. Th

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Vitja Makarov
2011/10/13 mark florisson : > On 13 October 2011 12:52, mark florisson wrote: >> On 13 October 2011 12:44, Stefan Behnel wrote: >>> mark florisson, 13.10.2011 12:18: On 13 October 2011 10:56, mark florisson wrote: > > On 13 October 2011 10:53, Vitja Makarov wrote: >> >>

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
mark florisson, 13.10.2011 13:52: On 13 October 2011 12:44, Stefan Behnel wrote: mark florisson, 13.10.2011 12:18: On 13 October 2011 10:56, mark florisson wrote: On 13 October 2011 10:53, Vitja Makarov wrote: 2011/10/13 Stefan Behnel: Vitja Makarov, 13.10.2011 08:03: I found that tempita b

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 12:52, mark florisson wrote: > On 13 October 2011 12:44, Stefan Behnel wrote: >> mark florisson, 13.10.2011 12:18: >>> >>> On 13 October 2011 10:56, mark florisson wrote: On 13 October 2011 10:53, Vitja Makarov wrote: > > 2011/10/13 Stefan Behnel: >> >

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 12:44, Stefan Behnel wrote: > mark florisson, 13.10.2011 12:18: >> >> On 13 October 2011 10:56, mark florisson wrote: >>> >>> On 13 October 2011 10:53, Vitja Makarov wrote: 2011/10/13 Stefan Behnel: > > Vitja Makarov, 13.10.2011 08:03: >> >> I found tha

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
mark florisson, 13.10.2011 12:18: On 13 October 2011 10:56, mark florisson wrote: On 13 October 2011 10:53, Vitja Makarov wrote: 2011/10/13 Stefan Behnel: Vitja Makarov, 13.10.2011 08:03: I found that tempita bug goes away if you change language_level to 2. There's no language level config

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 10:56, mark florisson wrote: > On 13 October 2011 10:53, Vitja Makarov wrote: >> 2011/10/13 Stefan Behnel : >>> Vitja Makarov, 13.10.2011 08:03: I found that tempita bug goes away if you change language_level to 2. >>> >>> There's no language level configured in Py2.4

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 10:53, Vitja Makarov wrote: > 2011/10/13 Stefan Behnel : >> Vitja Makarov, 13.10.2011 08:03: >>> >>> I found that tempita bug goes away if you change language_level to 2. >> >> There's no language level configured in Py2.4, which fails. >> >> https://sage.math.washington.edu:809

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Vitja Makarov
2011/10/13 Stefan Behnel : > Vitja Makarov, 13.10.2011 08:03: >> >> I found that tempita bug goes away if you change language_level to 2. > > There's no language level configured in Py2.4, which fails. > > https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests/48/BACKEND=c,PYVERSION=py

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
mark florisson, 13.10.2011 11:10: On 13 October 2011 09:53, Stefan Behnel wrote: Stefan Behnel, 13.10.2011 07:10: mark florisson, 12.10.2011 23:46: Is it me or are other builds broken as well? I pushed a fix for the tempita thing, but it seems the entire py3k build is broken: https://sage.m

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 09:53, Stefan Behnel wrote: > Stefan Behnel, 13.10.2011 07:10: >> >> mark florisson, 12.10.2011 23:46: Is it me or are other builds broken as well? I pushed a fix for the tempita thing, but it seems the entire py3k build is broken: ht

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread mark florisson
On 13 October 2011 06:10, Stefan Behnel wrote: > > mark florisson, 12.10.2011 23:46: > > On 10 October 2011 16:17, Stefan Behnel wrote: >> >> Jenkins currently reports several failures, and this one seems to be >> due to your tempita changes: >> > https://sage.math.wash

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
Vitja Makarov, 13.10.2011 08:03: I found that tempita bug goes away if you change language_level to 2. There's no language level configured in Py2.4, which fails. https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests/48/BACKEND=c,PYVERSION=py24/console Stefan ___

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
Stefan Behnel, 13.10.2011 07:10: mark florisson, 12.10.2011 23:46: Is it me or are other builds broken as well? I pushed a fix for the tempita thing, but it seems the entire py3k build is broken: https://sage.math.washington.edu:8091/hudson/view/All/job/cython-devel-build/54/PYVERSION=py3k/con

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Stefan Behnel
Robert Bradshaw, 13.10.2011 09:26: On Wed, Oct 12, 2011 at 10:10 PM, Stefan Behnel wrote: mark florisson, 12.10.2011 23:46: Is it me or are other builds broken as well? I pushed a fix for the tempita thing, but it seems the entire py3k build is broken: https://sage.math.washington.edu:8091/hu

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-13 Thread Robert Bradshaw
On Wed, Oct 12, 2011 at 10:10 PM, Stefan Behnel wrote: > mark florisson, 12.10.2011 23:46: > > On 10 October 2011 16:17, Stefan Behnel wrote: >> >> Jenkins currently reports several failures, and this one seems to be >> due to your tempita changes: >> > > https://sa

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-12 Thread Vitja Makarov
2011/10/13 Stefan Behnel : > mark florisson, 12.10.2011 23:46: > > On 10 October 2011 16:17, Stefan Behnel wrote: >> >> Jenkins currently reports several failures, and this one seems to be >> due to your tempita changes: >> > > https://sage.math.washington.edu:8091/h

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-12 Thread Stefan Behnel
Stefan Behnel, 13.10.2011 07:10: mark florisson, 12.10.2011 23:46: Is it me or are other builds broken as well? I pushed a fix for the tempita thing, but it seems the entire py3k build is broken: https://sage.math.washington.edu:8091/hudson/view/All/job/cython-devel-build/54/PYVERSION=py3k/con

Re: [Cython] test failure for cython-devel in Py2.4

2011-10-12 Thread Stefan Behnel
mark florisson, 12.10.2011 23:46: On 10 October 2011 16:17, Stefan Behnel wrote: Jenkins currently reports several failures, and this one seems to be due to your tempita changes: https://sage.math.washington.edu:8091/hudson/view/cython-devel/job/cython-devel-lxml-trunk/PYVERSION=py24/31/consol