Re: [Cython] AddTraceback() slows down generators

2012-01-27 Thread Stefan Behnel
Vitja Makarov, 27.01.2012 20:17: > https://github.com/cython/cython/commit/7ae9d5b9a66bb586cd0d03b3aa137eb762602087 Looks like it worked: https://sage.math.washington.edu:8091/hudson/job/cython-devel-pybenchmarks-py3k/318/artifact/bench_chart.html#nqueens https://sage.math.washington.edu:8091/hu

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread mark florisson
On 27 January 2012 21:01, Stefan Behnel wrote: > Dag Sverre Seljebotn, 27.01.2012 21:03: >> On 01/27/2012 05:58 PM, Stefan Behnel wrote: >>> mark florisson, 27.01.2012 17:30: On 27 January 2012 16:22, mark florisson  wrote: > On 27 January 2012 15:47, Simon King  wrote: >> Hi all, >>>

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread Stefan Behnel
Dag Sverre Seljebotn, 27.01.2012 21:03: > On 01/27/2012 05:58 PM, Stefan Behnel wrote: >> mark florisson, 27.01.2012 17:30: >>> On 27 January 2012 16:22, mark florisson wrote: On 27 January 2012 15:47, Simon King wrote: > Hi all, > > I am still *very* frustrated about the fact th

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread mark florisson
On 27 January 2012 20:03, Dag Sverre Seljebotn wrote: > On 01/27/2012 05:58 PM, Stefan Behnel wrote: >> >> mark florisson, 27.01.2012 17:30: >>> >>> On 27 January 2012 16:22, mark florisson >>>  wrote: On 27 January 2012 15:47, Simon King  wrote: > > Hi all, > > I am stil

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread Dag Sverre Seljebotn
On 01/27/2012 05:58 PM, Stefan Behnel wrote: mark florisson, 27.01.2012 17:30: On 27 January 2012 16:22, mark florisson wrote: On 27 January 2012 15:47, Simon King wrote: Hi all, I am still *very* frustrated about the fact that Cython does not tell where the error occurs. Since about one we

Re: [Cython] AddTraceback() slows down generators

2012-01-27 Thread Vitja Makarov
2012/1/27 Stefan Behnel : > Vitja Makarov, 27.01.2012 12:02: >> I'll push my patch to upstream. > > Please do. > https://github.com/cython/cython/commit/7ae9d5b9a66bb586cd0d03b3aa137eb762602087 > >> One question: does it close the ticket or not? > > No. > > >> Perhaps it's better to rename your t

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread Stefan Behnel
mark florisson, 27.01.2012 17:30: > On 27 January 2012 16:22, mark florisson wrote: >> On 27 January 2012 15:47, Simon King wrote: >>> Hi all, >>> >>> I am still *very* frustrated about the fact that Cython does not tell >>> where the error occurs. Since about one week, I am adding lots and >>> l

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread mark florisson
On 27 January 2012 16:22, mark florisson wrote: > On 27 January 2012 15:47, Simon King wrote: >> Hi all, >> >> I am still *very* frustrated about the fact that Cython does not tell >> where the error occurs. Since about one week, I am adding lots and >> lots of lines into Sage that write a log in

Re: [Cython] AddTraceback() slows down generators

2012-01-27 Thread Stefan Behnel
Vitja Makarov, 27.01.2012 12:02: > I'll push my patch to upstream. Please do. > One question: does it close the ticket or not? No. > Perhaps it's better to rename your ticket to something like > "AddTraceback() is slow" as itsn't related to generators. Ok, I'll do that and hang the time mach

Re: [Cython] AddTraceback() slows down generators

2012-01-27 Thread Vitja Makarov
2012/1/27 Stefan Behnel : > Stefan Behnel, 26.01.2012 21:57: >> Vitja Makarov, 26.01.2012 21:19: >>> 2012/1/27 Stefan Behnel: Robert Bradshaw, 21.01.2012 23:09: > On Sat, Jan 21, 2012 at 10:50 AM, Stefan Behnel wrote: >> I did some callgrind profiling on Cython's generators and was sur

Re: [Cython] AddTraceback() slows down generators

2012-01-27 Thread Stefan Behnel
Stefan Behnel, 26.01.2012 21:57: > Vitja Makarov, 26.01.2012 21:19: >> 2012/1/27 Stefan Behnel: >>> Robert Bradshaw, 21.01.2012 23:09: On Sat, Jan 21, 2012 at 10:50 AM, Stefan Behnel wrote: > I did some callgrind profiling on Cython's generators and was surprised to > find that AddTrac