Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-29 Thread Fernando Perez
On Sun, Jan 29, 2012 at 9:38 AM, Wes McKinney wrote: > More on this > here: > > https://github.com/ipython/ipython/issues/1317 Thanks for your persistence! For those on the cython list, it should be fixed soon, Thomas already has a PR up. Cheers, f _

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-29 Thread Wes McKinney
On Fri, Jan 27, 2012 at 2:40 AM, Stefan Behnel wrote: > Wes McKinney, 26.01.2012 18:56: >> Just wanted to bring this issue to your guys' attention in case you >> knew what was responsible for this: >> >> https://github.com/ipython/ipython/issues/1317#issuecomment-3652550 >> >> I traced down the pr

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread Stefan Behnel
Wes McKinney, 26.01.2012 18:56: > Just wanted to bring this issue to your guys' attention in case you > knew what was responsible for this: > > https://github.com/ipython/ipython/issues/1317#issuecomment-3652550 > > I traced down the problem (with git bisect) to a seemingly innocuous > commit ref

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread Fernando Perez
On Thu, Jan 26, 2012 at 11:21 AM, mark florisson wrote: > Apologies, it was indeed a rather vague comment. I had some issues No worries. > with pasting unicode characters a few years back that would get > incorrect codepoints in ipython but not regular python, but I'm afraid We had a long and d

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread mark florisson
On 26 January 2012 19:40, Wes McKinney wrote: > On Thu, Jan 26, 2012 at 2:21 PM, mark florisson > wrote: >> On 26 January 2012 19:10, Fernando Perez wrote: >>> On Thu, Jan 26, 2012 at 10:37 AM, mark florisson >>> wrote: On a side note, ipython is not something I usually trust to test

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread Wes McKinney
On Thu, Jan 26, 2012 at 2:21 PM, mark florisson wrote: > On 26 January 2012 19:10, Fernando Perez wrote: >> On Thu, Jan 26, 2012 at 10:37 AM, mark florisson >> wrote: >>> On a side note, ipython is not something I usually trust to test >>> things out, as it gets things wrong sometimes which can

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread mark florisson
On 26 January 2012 19:10, Fernando Perez wrote: > On Thu, Jan 26, 2012 at 10:37 AM, mark florisson > wrote: >> On a side note, ipython is not something I usually trust to test >> things out, as it gets things wrong sometimes which can seriously make >> you question your own sanity. > > I should n

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread Fernando Perez
On Thu, Jan 26, 2012 at 10:37 AM, mark florisson wrote: > On a side note, ipython is not something I usually trust to test > things out, as it gets things wrong sometimes which can seriously make > you question your own sanity. I should note that we'd love to know specifics about problems that se

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread mark florisson
On 26 January 2012 18:36, mark florisson wrote: > On 26 January 2012 17:56, Wes McKinney wrote: >> Just wanted to bring this issue to your guys' attention in case you >> knew what was responsible for this: >> >> https://github.com/ipython/ipython/issues/1317#issuecomment-3652550 >> >> I traced do

Re: [Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread mark florisson
On 26 January 2012 17:56, Wes McKinney wrote: > Just wanted to bring this issue to your guys' attention in case you > knew what was responsible for this: > > https://github.com/ipython/ipython/issues/1317#issuecomment-3652550 > > I traced down the problem (with git bisect) to a seemingly innocuous

[Cython] Slow traceback reconstruction in IPython between 0.15.1 and master

2012-01-26 Thread Wes McKinney
Just wanted to bring this issue to your guys' attention in case you knew what was responsible for this: https://github.com/ipython/ipython/issues/1317#issuecomment-3652550 I traced down the problem (with git bisect) to a seemingly innocuous commit referenced in that GitHub thread. The issue seeme