[IPython-dev] new threading issue
Fernando Perez
fperez.net at gmail.com
Fri May 19 13:50:10 EDT 2006
On 5/18/06, Jörgen Stenarson <jorgen.stenarson at bostream.nu> wrote:
> Fernando,
>
> the fix for threading issue #55 has helped but I still see some random
> threading issues. I'm running ipython -pylab with TkAgg. I have not
> figured out what triggers the error.
>
> I have attached a traceback from the most recent crash.
[...]
> c:\python24\Lib\site-packages\IPython\Shell.py in runcode(self)
> 362 except Queue.Empty:
> 363 break
> --> 364 self.thread_ready.notify()
> 365 InteractiveShell.runcode(self,code_to_run)
> 366
I think I just fixed it in SVN:
Committed revision 1313.
Let me know how it goes...
As far as more info, what you sent was useful: those threading bugs
are an absolute bear to track down, and I'm really not very proficient
in threads programming. So I kind of stumble around in the dark until
something looks like it works...
Cheers,
f
More information about the IPython-dev
mailing list