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

Fernando Perez Fernando.Perez at colorado.edu
Sun Jan 22 04:01:41 EST 2006


Fernando Perez wrote:
> 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).

OK, I _think_ I got this.  If you can test the 0.7.1.rc1 and let me know how 
it goes, I'd be grateful.  Announcement coming shortly...

f




More information about the IPython-dev mailing list