[IPython-dev] [IPython-user] IPython 0.7.0 is out.

Fernando Perez Fernando.Perez at colorado.edu
Wed Jan 11 03:55:16 EST 2006


Hans Meine wrote:
> Hi!
> 

> Is it possible that there is a conflict between this and the %macro feature?
> Testcase follows.. oh no, it's the fault of -qthread, without that it works:

[...]

> Here, IPython hangs.  First, I wondered about the [6], but that seems to be 
> normal, due to the multi-line macro?  But I cannot revive the prompt; I have 
> to kill IPython.
> 
> For your convenience, here's code to paste:
> 
> foo = []
> for i in range(42):
> 	foo.append(i)
> 
> %macro bar 1:3
> bar

I see the problem, with ALL threaded backends (-g/w/qthread).  I'll look into 
this once I find a bit of time (most likely this weekend).

Cheers,

f




More information about the IPython-dev mailing list