[sldev] help with beta-1

Donovan Preston donovan at lindenlab.com
Tue Dec 11 15:46:10 PST 2007


It does look like a genuine bug. Replace the line:

On Dec 11, 2007, at 2:43 PM, mark wrote:

> i checked out beta-1 version, and I installed greenlet version 0.1  
> from easy_install,
> and i get this error, it freezes..
> how to fix this?

>   File "/home/mark/work/main/animmes/eventlet/runloop.py", line 218,  
> in cancel_timers
>     for timer in self.timers_by_greenlet[greenlet]:

With this:

	for timer in self.timers_by_greenlet.get(greenlet, ()):

If this turns out to fix it, please open a JIRA issue and submit a  
patch. Thanks!

Donovan




More information about the SLDev mailing list